|
| static void | kdtreeserialize (kdtree obj, out string s_out) |
| |
| static void | kdtreeunserialize (string s_in, out kdtree obj) |
| |
| static void | kdtreeserialize (kdtree obj, System.IO.Stream stream_out) |
| |
| static void | kdtreeunserialize (System.IO.Stream stream_in, out kdtree obj) |
| |
| static void | kdtreebuild (double[,] xy, int n, int nx, int ny, int normtype, out kdtree kdt) |
| |
| static void | kdtreebuild (double[,] xy, int n, int nx, int ny, int normtype, out kdtree kdt, alglib.xparams _params) |
| |
| static void | kdtreebuild (double[,] xy, int nx, int ny, int normtype, out kdtree kdt) |
| |
| static void | kdtreebuild (double[,] xy, int nx, int ny, int normtype, out kdtree kdt, alglib.xparams _params) |
| |
| static void | kdtreebuildtagged (double[,] xy, int[] tags, int n, int nx, int ny, int normtype, out kdtree kdt) |
| |
| static void | kdtreebuildtagged (double[,] xy, int[] tags, int n, int nx, int ny, int normtype, out kdtree kdt, alglib.xparams _params) |
| |
| static void | kdtreebuildtagged (double[,] xy, int[] tags, int nx, int ny, int normtype, out kdtree kdt) |
| |
| static void | kdtreebuildtagged (double[,] xy, int[] tags, int nx, int ny, int normtype, out kdtree kdt, alglib.xparams _params) |
| |
| static void | kdtreecreaterequestbuffer (kdtree kdt, out kdtreerequestbuffer buf) |
| |
| static void | kdtreecreaterequestbuffer (kdtree kdt, out kdtreerequestbuffer buf, alglib.xparams _params) |
| |
| static int | kdtreequeryknn (kdtree kdt, double[] x, int k, bool selfmatch) |
| |
| static int | kdtreequeryknn (kdtree kdt, double[] x, int k, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreequeryknn (kdtree kdt, double[] x, int k) |
| |
| static int | kdtreequeryknn (kdtree kdt, double[] x, int k, alglib.xparams _params) |
| |
| static int | kdtreetsqueryknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, bool selfmatch) |
| |
| static int | kdtreetsqueryknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreetsqueryknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k) |
| |
| static int | kdtreetsqueryknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, alglib.xparams _params) |
| |
| static int | kdtreequeryrnn (kdtree kdt, double[] x, double r, bool selfmatch) |
| |
| static int | kdtreequeryrnn (kdtree kdt, double[] x, double r, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreequeryrnn (kdtree kdt, double[] x, double r) |
| |
| static int | kdtreequeryrnn (kdtree kdt, double[] x, double r, alglib.xparams _params) |
| |
| static int | kdtreequeryrnnu (kdtree kdt, double[] x, double r, bool selfmatch) |
| |
| static int | kdtreequeryrnnu (kdtree kdt, double[] x, double r, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreequeryrnnu (kdtree kdt, double[] x, double r) |
| |
| static int | kdtreequeryrnnu (kdtree kdt, double[] x, double r, alglib.xparams _params) |
| |
| static int | kdtreetsqueryrnn (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, bool selfmatch) |
| |
| static int | kdtreetsqueryrnn (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreetsqueryrnn (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r) |
| |
| static int | kdtreetsqueryrnn (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, alglib.xparams _params) |
| |
| static int | kdtreetsqueryrnnu (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, bool selfmatch) |
| |
| static int | kdtreetsqueryrnnu (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, bool selfmatch, alglib.xparams _params) |
| |
| static int | kdtreetsqueryrnnu (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r) |
| |
| static int | kdtreetsqueryrnnu (kdtree kdt, kdtreerequestbuffer buf, double[] x, double r, alglib.xparams _params) |
| |
| static int | kdtreequeryaknn (kdtree kdt, double[] x, int k, bool selfmatch, double eps) |
| |
| static int | kdtreequeryaknn (kdtree kdt, double[] x, int k, bool selfmatch, double eps, alglib.xparams _params) |
| |
| static int | kdtreequeryaknn (kdtree kdt, double[] x, int k, double eps) |
| |
| static int | kdtreequeryaknn (kdtree kdt, double[] x, int k, double eps, alglib.xparams _params) |
| |
| static int | kdtreetsqueryaknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, bool selfmatch, double eps) |
| |
| static int | kdtreetsqueryaknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, bool selfmatch, double eps, alglib.xparams _params) |
| |
| static int | kdtreetsqueryaknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, double eps) |
| |
| static int | kdtreetsqueryaknn (kdtree kdt, kdtreerequestbuffer buf, double[] x, int k, double eps, alglib.xparams _params) |
| |
| static int | kdtreequerybox (kdtree kdt, double[] boxmin, double[] boxmax) |
| |
| static int | kdtreequerybox (kdtree kdt, double[] boxmin, double[] boxmax, alglib.xparams _params) |
| |
| static int | kdtreetsquerybox (kdtree kdt, kdtreerequestbuffer buf, double[] boxmin, double[] boxmax) |
| |
| static int | kdtreetsquerybox (kdtree kdt, kdtreerequestbuffer buf, double[] boxmin, double[] boxmax, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsx (kdtree kdt, ref double[,] x) |
| |
| static void | kdtreequeryresultsx (kdtree kdt, ref double[,] x, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsxy (kdtree kdt, ref double[,] xy) |
| |
| static void | kdtreequeryresultsxy (kdtree kdt, ref double[,] xy, alglib.xparams _params) |
| |
| static void | kdtreequeryresultstags (kdtree kdt, ref int[] tags) |
| |
| static void | kdtreequeryresultstags (kdtree kdt, ref int[] tags, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsdistances (kdtree kdt, ref double[] r) |
| |
| static void | kdtreequeryresultsdistances (kdtree kdt, ref double[] r, alglib.xparams _params) |
| |
| static void | kdtreetsqueryresultsx (kdtree kdt, kdtreerequestbuffer buf, ref double[,] x) |
| |
| static void | kdtreetsqueryresultsx (kdtree kdt, kdtreerequestbuffer buf, ref double[,] x, alglib.xparams _params) |
| |
| static void | kdtreetsqueryresultsxy (kdtree kdt, kdtreerequestbuffer buf, ref double[,] xy) |
| |
| static void | kdtreetsqueryresultsxy (kdtree kdt, kdtreerequestbuffer buf, ref double[,] xy, alglib.xparams _params) |
| |
| static void | kdtreetsqueryresultstags (kdtree kdt, kdtreerequestbuffer buf, ref int[] tags) |
| |
| static void | kdtreetsqueryresultstags (kdtree kdt, kdtreerequestbuffer buf, ref int[] tags, alglib.xparams _params) |
| |
| static void | kdtreetsqueryresultsdistances (kdtree kdt, kdtreerequestbuffer buf, ref double[] r) |
| |
| static void | kdtreetsqueryresultsdistances (kdtree kdt, kdtreerequestbuffer buf, ref double[] r, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsxi (kdtree kdt, out double[,] x) |
| |
| static void | kdtreequeryresultsxi (kdtree kdt, out double[,] x, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsxyi (kdtree kdt, out double[,] xy) |
| |
| static void | kdtreequeryresultsxyi (kdtree kdt, out double[,] xy, alglib.xparams _params) |
| |
| static void | kdtreequeryresultstagsi (kdtree kdt, out int[] tags) |
| |
| static void | kdtreequeryresultstagsi (kdtree kdt, out int[] tags, alglib.xparams _params) |
| |
| static void | kdtreequeryresultsdistancesi (kdtree kdt, out double[] r) |
| |
| static void | kdtreequeryresultsdistancesi (kdtree kdt, out double[] r, alglib.xparams _params) |
| |
| static void | hqrndrandomize (out hqrndstate state) |
| |
| static void | hqrndrandomize (out hqrndstate state, alglib.xparams _params) |
| |
| static void | hqrndseed (int s1, int s2, out hqrndstate state) |
| |
| static void | hqrndseed (int s1, int s2, out hqrndstate state, alglib.xparams _params) |
| |
| static double | hqrnduniformr (hqrndstate state) |
| |
| static double | hqrnduniformr (hqrndstate state, alglib.xparams _params) |
| |
| static int | hqrnduniformi (hqrndstate state, int n) |
| |
| static int | hqrnduniformi (hqrndstate state, int n, alglib.xparams _params) |
| |
| static double | hqrndnormal (hqrndstate state) |
| |
| static double | hqrndnormal (hqrndstate state, alglib.xparams _params) |
| |
| static void | hqrndunit2 (hqrndstate state, out double x, out double y) |
| |
| static void | hqrndunit2 (hqrndstate state, out double x, out double y, alglib.xparams _params) |
| |
| static void | hqrndnormal2 (hqrndstate state, out double x1, out double x2) |
| |
| static void | hqrndnormal2 (hqrndstate state, out double x1, out double x2, alglib.xparams _params) |
| |
| static double | hqrndexponential (hqrndstate state, double lambdav) |
| |
| static double | hqrndexponential (hqrndstate state, double lambdav, alglib.xparams _params) |
| |
| static double | hqrnddiscrete (hqrndstate state, double[] x, int n) |
| |
| static double | hqrnddiscrete (hqrndstate state, double[] x, int n, alglib.xparams _params) |
| |
| static double | hqrndcontinuous (hqrndstate state, double[] x, int n) |
| |
| static double | hqrndcontinuous (hqrndstate state, double[] x, int n, alglib.xparams _params) |
| |
| static void | xdebuginitrecord1 (out xdebugrecord1 rec1) |
| |
| static void | xdebuginitrecord1 (out xdebugrecord1 rec1, alglib.xparams _params) |
| |
| static int | xdebugb1count (bool[] a) |
| |
| static int | xdebugb1count (bool[] a, alglib.xparams _params) |
| |
| static void | xdebugb1not (ref bool[] a) |
| |
| static void | xdebugb1not (ref bool[] a, alglib.xparams _params) |
| |
| static void | xdebugb1appendcopy (ref bool[] a) |
| |
| static void | xdebugb1appendcopy (ref bool[] a, alglib.xparams _params) |
| |
| static void | xdebugb1outeven (int n, out bool[] a) |
| |
| static void | xdebugb1outeven (int n, out bool[] a, alglib.xparams _params) |
| |
| static int | xdebugi1sum (int[] a) |
| |
| static int | xdebugi1sum (int[] a, alglib.xparams _params) |
| |
| static void | xdebugi1neg (ref int[] a) |
| |
| static void | xdebugi1neg (ref int[] a, alglib.xparams _params) |
| |
| static void | xdebugi1appendcopy (ref int[] a) |
| |
| static void | xdebugi1appendcopy (ref int[] a, alglib.xparams _params) |
| |
| static void | xdebugi1outeven (int n, out int[] a) |
| |
| static void | xdebugi1outeven (int n, out int[] a, alglib.xparams _params) |
| |
| static double | xdebugr1sum (double[] a) |
| |
| static double | xdebugr1sum (double[] a, alglib.xparams _params) |
| |
| static void | xdebugr1neg (ref double[] a) |
| |
| static void | xdebugr1neg (ref double[] a, alglib.xparams _params) |
| |
| static void | xdebugr1appendcopy (ref double[] a) |
| |
| static void | xdebugr1appendcopy (ref double[] a, alglib.xparams _params) |
| |
| static void | xdebugr1outeven (int n, out double[] a) |
| |
| static void | xdebugr1outeven (int n, out double[] a, alglib.xparams _params) |
| |
| static complex | xdebugc1sum (complex[] a) |
| |
| static complex | xdebugc1sum (complex[] a, alglib.xparams _params) |
| |
| static void | xdebugc1neg (ref complex[] a) |
| |
| static void | xdebugc1neg (ref complex[] a, alglib.xparams _params) |
| |
| static void | xdebugc1appendcopy (ref complex[] a) |
| |
| static void | xdebugc1appendcopy (ref complex[] a, alglib.xparams _params) |
| |
| static void | xdebugc1outeven (int n, out complex[] a) |
| |
| static void | xdebugc1outeven (int n, out complex[] a, alglib.xparams _params) |
| |
| static int | xdebugb2count (bool[,] a) |
| |
| static int | xdebugb2count (bool[,] a, alglib.xparams _params) |
| |
| static void | xdebugb2not (ref bool[,] a) |
| |
| static void | xdebugb2not (ref bool[,] a, alglib.xparams _params) |
| |
| static void | xdebugb2transpose (ref bool[,] a) |
| |
| static void | xdebugb2transpose (ref bool[,] a, alglib.xparams _params) |
| |
| static void | xdebugb2outsin (int m, int n, out bool[,] a) |
| |
| static void | xdebugb2outsin (int m, int n, out bool[,] a, alglib.xparams _params) |
| |
| static int | xdebugi2sum (int[,] a) |
| |
| static int | xdebugi2sum (int[,] a, alglib.xparams _params) |
| |
| static void | xdebugi2neg (ref int[,] a) |
| |
| static void | xdebugi2neg (ref int[,] a, alglib.xparams _params) |
| |
| static void | xdebugi2transpose (ref int[,] a) |
| |
| static void | xdebugi2transpose (ref int[,] a, alglib.xparams _params) |
| |
| static void | xdebugi2outsin (int m, int n, out int[,] a) |
| |
| static void | xdebugi2outsin (int m, int n, out int[,] a, alglib.xparams _params) |
| |
| static double | xdebugr2sum (double[,] a) |
| |
| static double | xdebugr2sum (double[,] a, alglib.xparams _params) |
| |
| static void | xdebugr2neg (ref double[,] a) |
| |
| static void | xdebugr2neg (ref double[,] a, alglib.xparams _params) |
| |
| static void | xdebugr2transpose (ref double[,] a) |
| |
| static void | xdebugr2transpose (ref double[,] a, alglib.xparams _params) |
| |
| static void | xdebugr2outsin (int m, int n, out double[,] a) |
| |
| static void | xdebugr2outsin (int m, int n, out double[,] a, alglib.xparams _params) |
| |
| static complex | xdebugc2sum (complex[,] a) |
| |
| static complex | xdebugc2sum (complex[,] a, alglib.xparams _params) |
| |
| static void | xdebugc2neg (ref complex[,] a) |
| |
| static void | xdebugc2neg (ref complex[,] a, alglib.xparams _params) |
| |
| static void | xdebugc2transpose (ref complex[,] a) |
| |
| static void | xdebugc2transpose (ref complex[,] a, alglib.xparams _params) |
| |
| static void | xdebugc2outsincos (int m, int n, out complex[,] a) |
| |
| static void | xdebugc2outsincos (int m, int n, out complex[,] a, alglib.xparams _params) |
| |
| static double | xdebugmaskedbiasedproductsum (int m, int n, double[,] a, double[,] b, bool[,] c) |
| |
| static double | xdebugmaskedbiasedproductsum (int m, int n, double[,] a, double[,] b, bool[,] c, alglib.xparams _params) |
| |
| static void | AE_CRITICAL_ASSERT (bool x) |
| |
| static void | setglobalthreading (xparams p) |
| |
| static void | ae_set_global_threading (ulong flg_value) |
| |
| static ulong | ae_get_global_threading () |
| |
| static void | deallocateimmediately< T > (ref T obj) |
| |
| static long | alloc_counter () |
| |
| static void | alloc_counter_activate () |
| |
| static void | set_dbg_flag (long flag_id, long flag_value) |
| |
| static long | get_dbg_value (long id) |
| |
| static void | free_disposed_items () |
| |
| static int | get_effective_workers (int nworkers) |
| |
| static void | trace_file (string tags, string filename) |
| |
| static void | trace_disable () |
| |
| static void | read_csv (string filename, char separator, int flags, out double[,] matrix) |
| |
| static void | setnworkers (int nworkers) |
| |
| static int | getnworkers () |
| |
| static void | pcabuildbasis (double[,] x, int npoints, int nvars, out int info, out double[] s2, out double[,] v) |
| |
| static void | pcabuildbasis (double[,] x, int npoints, int nvars, out int info, out double[] s2, out double[,] v, alglib.xparams _params) |
| |
| static void | pcatruncatedsubspace (double[,] x, int npoints, int nvars, int nneeded, double eps, int maxits, out double[] s2, out double[,] v) |
| |
| static void | pcatruncatedsubspace (double[,] x, int npoints, int nvars, int nneeded, double eps, int maxits, out double[] s2, out double[,] v, alglib.xparams _params) |
| |
| static void | pcatruncatedsubspacesparse (sparsematrix x, int npoints, int nvars, int nneeded, double eps, int maxits, out double[] s2, out double[,] v) |
| |
| static void | pcatruncatedsubspacesparse (sparsematrix x, int npoints, int nvars, int nneeded, double eps, int maxits, out double[] s2, out double[,] v, alglib.xparams _params) |
| |
| static void | dsoptimalsplit2 (double[] a, int[] c, int n, out int info, out double threshold, out double pal, out double pbl, out double par, out double pbr, out double cve) |
| |
| static void | dsoptimalsplit2 (double[] a, int[] c, int n, out int info, out double threshold, out double pal, out double pbl, out double par, out double pbr, out double cve, alglib.xparams _params) |
| |
| static void | dsoptimalsplit2fast (ref double[] a, ref int[] c, ref int[] tiesbuf, ref int[] cntbuf, ref double[] bufr, ref int[] bufi, int n, int nc, double alpha, out int info, out double threshold, out double rms, out double cvrms) |
| |
| static void | dsoptimalsplit2fast (ref double[] a, ref int[] c, ref int[] tiesbuf, ref int[] cntbuf, ref double[] bufr, ref int[] bufi, int n, int nc, double alpha, out int info, out double threshold, out double rms, out double cvrms, alglib.xparams _params) |
| |
| static void | mlpserialize (multilayerperceptron obj, out string s_out) |
| |
| static void | mlpunserialize (string s_in, out multilayerperceptron obj) |
| |
| static void | mlpserialize (multilayerperceptron obj, System.IO.Stream stream_out) |
| |
| static void | mlpunserialize (System.IO.Stream stream_in, out multilayerperceptron obj) |
| |
| static void | mlpcreate0 (int nin, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreate0 (int nin, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreate1 (int nin, int nhid, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreate1 (int nin, int nhid, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreate2 (int nin, int nhid1, int nhid2, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreate2 (int nin, int nhid1, int nhid2, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreateb0 (int nin, int nout, double b, double d, out multilayerperceptron network) |
| |
| static void | mlpcreateb0 (int nin, int nout, double b, double d, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreateb1 (int nin, int nhid, int nout, double b, double d, out multilayerperceptron network) |
| |
| static void | mlpcreateb1 (int nin, int nhid, int nout, double b, double d, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreateb2 (int nin, int nhid1, int nhid2, int nout, double b, double d, out multilayerperceptron network) |
| |
| static void | mlpcreateb2 (int nin, int nhid1, int nhid2, int nout, double b, double d, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreater0 (int nin, int nout, double a, double b, out multilayerperceptron network) |
| |
| static void | mlpcreater0 (int nin, int nout, double a, double b, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreater1 (int nin, int nhid, int nout, double a, double b, out multilayerperceptron network) |
| |
| static void | mlpcreater1 (int nin, int nhid, int nout, double a, double b, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreater2 (int nin, int nhid1, int nhid2, int nout, double a, double b, out multilayerperceptron network) |
| |
| static void | mlpcreater2 (int nin, int nhid1, int nhid2, int nout, double a, double b, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreatec0 (int nin, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreatec0 (int nin, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreatec1 (int nin, int nhid, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreatec1 (int nin, int nhid, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcreatec2 (int nin, int nhid1, int nhid2, int nout, out multilayerperceptron network) |
| |
| static void | mlpcreatec2 (int nin, int nhid1, int nhid2, int nout, out multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpcopy (multilayerperceptron network1, out multilayerperceptron network2) |
| |
| static void | mlpcopy (multilayerperceptron network1, out multilayerperceptron network2, alglib.xparams _params) |
| |
| static void | mlpcopytunableparameters (multilayerperceptron network1, multilayerperceptron network2) |
| |
| static void | mlpcopytunableparameters (multilayerperceptron network1, multilayerperceptron network2, alglib.xparams _params) |
| |
| static void | mlprandomize (multilayerperceptron network) |
| |
| static void | mlprandomize (multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlprandomizefull (multilayerperceptron network) |
| |
| static void | mlprandomizefull (multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpinitpreprocessor (multilayerperceptron network, double[,] xy, int ssize) |
| |
| static void | mlpinitpreprocessor (multilayerperceptron network, double[,] xy, int ssize, alglib.xparams _params) |
| |
| static void | mlpproperties (multilayerperceptron network, out int nin, out int nout, out int wcount) |
| |
| static void | mlpproperties (multilayerperceptron network, out int nin, out int nout, out int wcount, alglib.xparams _params) |
| |
| static int | mlpgetinputscount (multilayerperceptron network) |
| |
| static int | mlpgetinputscount (multilayerperceptron network, alglib.xparams _params) |
| |
| static int | mlpgetoutputscount (multilayerperceptron network) |
| |
| static int | mlpgetoutputscount (multilayerperceptron network, alglib.xparams _params) |
| |
| static int | mlpgetweightscount (multilayerperceptron network) |
| |
| static int | mlpgetweightscount (multilayerperceptron network, alglib.xparams _params) |
| |
| static bool | mlpissoftmax (multilayerperceptron network) |
| |
| static bool | mlpissoftmax (multilayerperceptron network, alglib.xparams _params) |
| |
| static int | mlpgetlayerscount (multilayerperceptron network) |
| |
| static int | mlpgetlayerscount (multilayerperceptron network, alglib.xparams _params) |
| |
| static int | mlpgetlayersize (multilayerperceptron network, int k) |
| |
| static int | mlpgetlayersize (multilayerperceptron network, int k, alglib.xparams _params) |
| |
| static void | mlpgetinputscaling (multilayerperceptron network, int i, out double mean, out double sigma) |
| |
| static void | mlpgetinputscaling (multilayerperceptron network, int i, out double mean, out double sigma, alglib.xparams _params) |
| |
| static void | mlpgetoutputscaling (multilayerperceptron network, int i, out double mean, out double sigma) |
| |
| static void | mlpgetoutputscaling (multilayerperceptron network, int i, out double mean, out double sigma, alglib.xparams _params) |
| |
| static void | mlpgetneuroninfo (multilayerperceptron network, int k, int i, out int fkind, out double threshold) |
| |
| static void | mlpgetneuroninfo (multilayerperceptron network, int k, int i, out int fkind, out double threshold, alglib.xparams _params) |
| |
| static double | mlpgetweight (multilayerperceptron network, int k0, int i0, int k1, int i1) |
| |
| static double | mlpgetweight (multilayerperceptron network, int k0, int i0, int k1, int i1, alglib.xparams _params) |
| |
| static void | mlpsetinputscaling (multilayerperceptron network, int i, double mean, double sigma) |
| |
| static void | mlpsetinputscaling (multilayerperceptron network, int i, double mean, double sigma, alglib.xparams _params) |
| |
| static void | mlpsetoutputscaling (multilayerperceptron network, int i, double mean, double sigma) |
| |
| static void | mlpsetoutputscaling (multilayerperceptron network, int i, double mean, double sigma, alglib.xparams _params) |
| |
| static void | mlpsetneuroninfo (multilayerperceptron network, int k, int i, int fkind, double threshold) |
| |
| static void | mlpsetneuroninfo (multilayerperceptron network, int k, int i, int fkind, double threshold, alglib.xparams _params) |
| |
| static void | mlpsetweight (multilayerperceptron network, int k0, int i0, int k1, int i1, double w) |
| |
| static void | mlpsetweight (multilayerperceptron network, int k0, int i0, int k1, int i1, double w, alglib.xparams _params) |
| |
| static void | mlpactivationfunction (double net, int k, out double f, out double df, out double d2f) |
| |
| static void | mlpactivationfunction (double net, int k, out double f, out double df, out double d2f, alglib.xparams _params) |
| |
| static void | mlpprocess (multilayerperceptron network, double[] x, ref double[] y) |
| |
| static void | mlpprocess (multilayerperceptron network, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | mlpprocessi (multilayerperceptron network, double[] x, out double[] y) |
| |
| static void | mlpprocessi (multilayerperceptron network, double[] x, out double[] y, alglib.xparams _params) |
| |
| static double | mlperror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlperror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlperrorsparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlperrorsparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static double | mlperrorn (multilayerperceptron network, double[,] xy, int ssize) |
| |
| static double | mlperrorn (multilayerperceptron network, double[,] xy, int ssize, alglib.xparams _params) |
| |
| static int | mlpclserror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static int | mlpclserror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlprelclserror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlprelclserror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlprelclserrorsparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlprelclserrorsparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgce (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlpavgce (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgcesparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlpavgcesparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static double | mlprmserror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlprmserror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlprmserrorsparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlprmserrorsparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgerror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlpavgerror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgerrorsparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlpavgerrorsparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgrelerror (multilayerperceptron network, double[,] xy, int npoints) |
| |
| static double | mlpavgrelerror (multilayerperceptron network, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpavgrelerrorsparse (multilayerperceptron network, sparsematrix xy, int npoints) |
| |
| static double | mlpavgrelerrorsparse (multilayerperceptron network, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static void | mlpgrad (multilayerperceptron network, double[] x, double[] desiredy, out double e, ref double[] grad) |
| |
| static void | mlpgrad (multilayerperceptron network, double[] x, double[] desiredy, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradn (multilayerperceptron network, double[] x, double[] desiredy, out double e, ref double[] grad) |
| |
| static void | mlpgradn (multilayerperceptron network, double[] x, double[] desiredy, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad) |
| |
| static void | mlpgradbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradbatchsparse (multilayerperceptron network, sparsematrix xy, int ssize, out double e, ref double[] grad) |
| |
| static void | mlpgradbatchsparse (multilayerperceptron network, sparsematrix xy, int ssize, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradbatchsubset (multilayerperceptron network, double[,] xy, int setsize, int[] idx, int subsetsize, out double e, ref double[] grad) |
| |
| static void | mlpgradbatchsubset (multilayerperceptron network, double[,] xy, int setsize, int[] idx, int subsetsize, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradbatchsparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] idx, int subsetsize, out double e, ref double[] grad) |
| |
| static void | mlpgradbatchsparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] idx, int subsetsize, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlpgradnbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad) |
| |
| static void | mlpgradnbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, alglib.xparams _params) |
| |
| static void | mlphessiannbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, ref double[,] h) |
| |
| static void | mlphessiannbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, ref double[,] h, alglib.xparams _params) |
| |
| static void | mlphessianbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, ref double[,] h) |
| |
| static void | mlphessianbatch (multilayerperceptron network, double[,] xy, int ssize, out double e, ref double[] grad, ref double[,] h, alglib.xparams _params) |
| |
| static void | mlpallerrorssubset (multilayerperceptron network, double[,] xy, int setsize, int[] subset, int subsetsize, out modelerrors rep) |
| |
| static void | mlpallerrorssubset (multilayerperceptron network, double[,] xy, int setsize, int[] subset, int subsetsize, out modelerrors rep, alglib.xparams _params) |
| |
| static void | mlpallerrorssparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] subset, int subsetsize, out modelerrors rep) |
| |
| static void | mlpallerrorssparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] subset, int subsetsize, out modelerrors rep, alglib.xparams _params) |
| |
| static double | mlperrorsubset (multilayerperceptron network, double[,] xy, int setsize, int[] subset, int subsetsize) |
| |
| static double | mlperrorsubset (multilayerperceptron network, double[,] xy, int setsize, int[] subset, int subsetsize, alglib.xparams _params) |
| |
| static double | mlperrorsparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] subset, int subsetsize) |
| |
| static double | mlperrorsparsesubset (multilayerperceptron network, sparsematrix xy, int setsize, int[] subset, int subsetsize, alglib.xparams _params) |
| |
| static void | fisherlda (double[,] xy, int npoints, int nvars, int nclasses, out int info, out double[] w) |
| |
| static void | fisherlda (double[,] xy, int npoints, int nvars, int nclasses, out int info, out double[] w, alglib.xparams _params) |
| |
| static void | fisherldan (double[,] xy, int npoints, int nvars, int nclasses, out int info, out double[,] w) |
| |
| static void | fisherldan (double[,] xy, int npoints, int nvars, int nclasses, out int info, out double[,] w, alglib.xparams _params) |
| |
| static void | ssacreate (out ssamodel s) |
| |
| static void | ssacreate (out ssamodel s, alglib.xparams _params) |
| |
| static void | ssasetwindow (ssamodel s, int windowwidth) |
| |
| static void | ssasetwindow (ssamodel s, int windowwidth, alglib.xparams _params) |
| |
| static void | ssasetseed (ssamodel s, int seed) |
| |
| static void | ssasetseed (ssamodel s, int seed, alglib.xparams _params) |
| |
| static void | ssasetpoweruplength (ssamodel s, int pwlen) |
| |
| static void | ssasetpoweruplength (ssamodel s, int pwlen, alglib.xparams _params) |
| |
| static void | ssasetmemorylimit (ssamodel s, int memlimit) |
| |
| static void | ssasetmemorylimit (ssamodel s, int memlimit, alglib.xparams _params) |
| |
| static void | ssaaddsequence (ssamodel s, double[] x, int n) |
| |
| static void | ssaaddsequence (ssamodel s, double[] x, int n, alglib.xparams _params) |
| |
| static void | ssaaddsequence (ssamodel s, double[] x) |
| |
| static void | ssaaddsequence (ssamodel s, double[] x, alglib.xparams _params) |
| |
| static void | ssaappendpointandupdate (ssamodel s, double x, double updateits) |
| |
| static void | ssaappendpointandupdate (ssamodel s, double x, double updateits, alglib.xparams _params) |
| |
| static void | ssaappendsequenceandupdate (ssamodel s, double[] x, int nticks, double updateits) |
| |
| static void | ssaappendsequenceandupdate (ssamodel s, double[] x, int nticks, double updateits, alglib.xparams _params) |
| |
| static void | ssaappendsequenceandupdate (ssamodel s, double[] x, double updateits) |
| |
| static void | ssaappendsequenceandupdate (ssamodel s, double[] x, double updateits, alglib.xparams _params) |
| |
| static void | ssasetalgoprecomputed (ssamodel s, double[,] a, int windowwidth, int nbasis) |
| |
| static void | ssasetalgoprecomputed (ssamodel s, double[,] a, int windowwidth, int nbasis, alglib.xparams _params) |
| |
| static void | ssasetalgoprecomputed (ssamodel s, double[,] a) |
| |
| static void | ssasetalgoprecomputed (ssamodel s, double[,] a, alglib.xparams _params) |
| |
| static void | ssasetalgotopkdirect (ssamodel s, int topk) |
| |
| static void | ssasetalgotopkdirect (ssamodel s, int topk, alglib.xparams _params) |
| |
| static void | ssasetalgotopkrealtime (ssamodel s, int topk) |
| |
| static void | ssasetalgotopkrealtime (ssamodel s, int topk, alglib.xparams _params) |
| |
| static void | ssacleardata (ssamodel s) |
| |
| static void | ssacleardata (ssamodel s, alglib.xparams _params) |
| |
| static void | ssagetbasis (ssamodel s, out double[,] a, out double[] sv, out int windowwidth, out int nbasis) |
| |
| static void | ssagetbasis (ssamodel s, out double[,] a, out double[] sv, out int windowwidth, out int nbasis, alglib.xparams _params) |
| |
| static void | ssagetlrr (ssamodel s, out double[] a, out int windowwidth) |
| |
| static void | ssagetlrr (ssamodel s, out double[] a, out int windowwidth, alglib.xparams _params) |
| |
| static void | ssaanalyzelastwindow (ssamodel s, out double[] trend, out double[] noise, out int nticks) |
| |
| static void | ssaanalyzelastwindow (ssamodel s, out double[] trend, out double[] noise, out int nticks, alglib.xparams _params) |
| |
| static void | ssaanalyzelast (ssamodel s, int nticks, out double[] trend, out double[] noise) |
| |
| static void | ssaanalyzelast (ssamodel s, int nticks, out double[] trend, out double[] noise, alglib.xparams _params) |
| |
| static void | ssaanalyzesequence (ssamodel s, double[] data, int nticks, out double[] trend, out double[] noise) |
| |
| static void | ssaanalyzesequence (ssamodel s, double[] data, int nticks, out double[] trend, out double[] noise, alglib.xparams _params) |
| |
| static void | ssaanalyzesequence (ssamodel s, double[] data, out double[] trend, out double[] noise) |
| |
| static void | ssaanalyzesequence (ssamodel s, double[] data, out double[] trend, out double[] noise, alglib.xparams _params) |
| |
| static void | ssaforecastlast (ssamodel s, int nticks, out double[] trend) |
| |
| static void | ssaforecastlast (ssamodel s, int nticks, out double[] trend, alglib.xparams _params) |
| |
| static void | ssaforecastsequence (ssamodel s, double[] data, int datalen, int forecastlen, bool applysmoothing, out double[] trend) |
| |
| static void | ssaforecastsequence (ssamodel s, double[] data, int datalen, int forecastlen, bool applysmoothing, out double[] trend, alglib.xparams _params) |
| |
| static void | ssaforecastsequence (ssamodel s, double[] data, int forecastlen, out double[] trend) |
| |
| static void | ssaforecastsequence (ssamodel s, double[] data, int forecastlen, out double[] trend, alglib.xparams _params) |
| |
| static void | ssaforecastavglast (ssamodel s, int m, int nticks, out double[] trend) |
| |
| static void | ssaforecastavglast (ssamodel s, int m, int nticks, out double[] trend, alglib.xparams _params) |
| |
| static void | ssaforecastavgsequence (ssamodel s, double[] data, int datalen, int m, int forecastlen, bool applysmoothing, out double[] trend) |
| |
| static void | ssaforecastavgsequence (ssamodel s, double[] data, int datalen, int m, int forecastlen, bool applysmoothing, out double[] trend, alglib.xparams _params) |
| |
| static void | ssaforecastavgsequence (ssamodel s, double[] data, int m, int forecastlen, out double[] trend) |
| |
| static void | ssaforecastavgsequence (ssamodel s, double[] data, int m, int forecastlen, out double[] trend, alglib.xparams _params) |
| |
| static void | lrbuild (double[,] xy, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar) |
| |
| static void | lrbuild (double[,] xy, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar, alglib.xparams _params) |
| |
| static void | lrbuilds (double[,] xy, double[] s, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar) |
| |
| static void | lrbuilds (double[,] xy, double[] s, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar, alglib.xparams _params) |
| |
| static void | lrbuildzs (double[,] xy, double[] s, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar) |
| |
| static void | lrbuildzs (double[,] xy, double[] s, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar, alglib.xparams _params) |
| |
| static void | lrbuildz (double[,] xy, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar) |
| |
| static void | lrbuildz (double[,] xy, int npoints, int nvars, out int info, out linearmodel lm, out lrreport ar, alglib.xparams _params) |
| |
| static void | lrunpack (linearmodel lm, out double[] v, out int nvars) |
| |
| static void | lrunpack (linearmodel lm, out double[] v, out int nvars, alglib.xparams _params) |
| |
| static void | lrpack (double[] v, int nvars, out linearmodel lm) |
| |
| static void | lrpack (double[] v, int nvars, out linearmodel lm, alglib.xparams _params) |
| |
| static double | lrprocess (linearmodel lm, double[] x) |
| |
| static double | lrprocess (linearmodel lm, double[] x, alglib.xparams _params) |
| |
| static double | lrrmserror (linearmodel lm, double[,] xy, int npoints) |
| |
| static double | lrrmserror (linearmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | lravgerror (linearmodel lm, double[,] xy, int npoints) |
| |
| static double | lravgerror (linearmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | lravgrelerror (linearmodel lm, double[,] xy, int npoints) |
| |
| static double | lravgrelerror (linearmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | filtersma (ref double[] x, int n, int k) |
| |
| static void | filtersma (ref double[] x, int n, int k, alglib.xparams _params) |
| |
| static void | filtersma (ref double[] x, int k) |
| |
| static void | filtersma (ref double[] x, int k, alglib.xparams _params) |
| |
| static void | filterema (ref double[] x, int n, double alpha) |
| |
| static void | filterema (ref double[] x, int n, double alpha, alglib.xparams _params) |
| |
| static void | filterema (ref double[] x, double alpha) |
| |
| static void | filterema (ref double[] x, double alpha, alglib.xparams _params) |
| |
| static void | filterlrma (ref double[] x, int n, int k) |
| |
| static void | filterlrma (ref double[] x, int n, int k, alglib.xparams _params) |
| |
| static void | filterlrma (ref double[] x, int k) |
| |
| static void | filterlrma (ref double[] x, int k, alglib.xparams _params) |
| |
| static void | mnltrainh (double[,] xy, int npoints, int nvars, int nclasses, out int info, out logitmodel lm, out mnlreport rep) |
| |
| static void | mnltrainh (double[,] xy, int npoints, int nvars, int nclasses, out int info, out logitmodel lm, out mnlreport rep, alglib.xparams _params) |
| |
| static void | mnlprocess (logitmodel lm, double[] x, ref double[] y) |
| |
| static void | mnlprocess (logitmodel lm, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | mnlprocessi (logitmodel lm, double[] x, out double[] y) |
| |
| static void | mnlprocessi (logitmodel lm, double[] x, out double[] y, alglib.xparams _params) |
| |
| static void | mnlunpack (logitmodel lm, out double[,] a, out int nvars, out int nclasses) |
| |
| static void | mnlunpack (logitmodel lm, out double[,] a, out int nvars, out int nclasses, alglib.xparams _params) |
| |
| static void | mnlpack (double[,] a, int nvars, int nclasses, out logitmodel lm) |
| |
| static void | mnlpack (double[,] a, int nvars, int nclasses, out logitmodel lm, alglib.xparams _params) |
| |
| static double | mnlavgce (logitmodel lm, double[,] xy, int npoints) |
| |
| static double | mnlavgce (logitmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mnlrelclserror (logitmodel lm, double[,] xy, int npoints) |
| |
| static double | mnlrelclserror (logitmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mnlrmserror (logitmodel lm, double[,] xy, int npoints) |
| |
| static double | mnlrmserror (logitmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mnlavgerror (logitmodel lm, double[,] xy, int npoints) |
| |
| static double | mnlavgerror (logitmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mnlavgrelerror (logitmodel lm, double[,] xy, int ssize) |
| |
| static double | mnlavgrelerror (logitmodel lm, double[,] xy, int ssize, alglib.xparams _params) |
| |
| static int | mnlclserror (logitmodel lm, double[,] xy, int npoints) |
| |
| static int | mnlclserror (logitmodel lm, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | mcpdcreate (int n, out mcpdstate s) |
| |
| static void | mcpdcreate (int n, out mcpdstate s, alglib.xparams _params) |
| |
| static void | mcpdcreateentry (int n, int entrystate, out mcpdstate s) |
| |
| static void | mcpdcreateentry (int n, int entrystate, out mcpdstate s, alglib.xparams _params) |
| |
| static void | mcpdcreateexit (int n, int exitstate, out mcpdstate s) |
| |
| static void | mcpdcreateexit (int n, int exitstate, out mcpdstate s, alglib.xparams _params) |
| |
| static void | mcpdcreateentryexit (int n, int entrystate, int exitstate, out mcpdstate s) |
| |
| static void | mcpdcreateentryexit (int n, int entrystate, int exitstate, out mcpdstate s, alglib.xparams _params) |
| |
| static void | mcpdaddtrack (mcpdstate s, double[,] xy, int k) |
| |
| static void | mcpdaddtrack (mcpdstate s, double[,] xy, int k, alglib.xparams _params) |
| |
| static void | mcpdaddtrack (mcpdstate s, double[,] xy) |
| |
| static void | mcpdaddtrack (mcpdstate s, double[,] xy, alglib.xparams _params) |
| |
| static void | mcpdsetec (mcpdstate s, double[,] ec) |
| |
| static void | mcpdsetec (mcpdstate s, double[,] ec, alglib.xparams _params) |
| |
| static void | mcpdaddec (mcpdstate s, int i, int j, double c) |
| |
| static void | mcpdaddec (mcpdstate s, int i, int j, double c, alglib.xparams _params) |
| |
| static void | mcpdsetbc (mcpdstate s, double[,] bndl, double[,] bndu) |
| |
| static void | mcpdsetbc (mcpdstate s, double[,] bndl, double[,] bndu, alglib.xparams _params) |
| |
| static void | mcpdaddbc (mcpdstate s, int i, int j, double bndl, double bndu) |
| |
| static void | mcpdaddbc (mcpdstate s, int i, int j, double bndl, double bndu, alglib.xparams _params) |
| |
| static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct, int k) |
| |
| static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct) |
| |
| static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | mcpdsettikhonovregularizer (mcpdstate s, double v) |
| |
| static void | mcpdsettikhonovregularizer (mcpdstate s, double v, alglib.xparams _params) |
| |
| static void | mcpdsetprior (mcpdstate s, double[,] pp) |
| |
| static void | mcpdsetprior (mcpdstate s, double[,] pp, alglib.xparams _params) |
| |
| static void | mcpdsetpredictionweights (mcpdstate s, double[] pw) |
| |
| static void | mcpdsetpredictionweights (mcpdstate s, double[] pw, alglib.xparams _params) |
| |
| static void | mcpdsolve (mcpdstate s) |
| |
| static void | mcpdsolve (mcpdstate s, alglib.xparams _params) |
| |
| static void | mcpdresults (mcpdstate s, out double[,] p, out mcpdreport rep) |
| |
| static void | mcpdresults (mcpdstate s, out double[,] p, out mcpdreport rep, alglib.xparams _params) |
| |
| static void | mlpeserialize (mlpensemble obj, out string s_out) |
| |
| static void | mlpeunserialize (string s_in, out mlpensemble obj) |
| |
| static void | mlpeserialize (mlpensemble obj, System.IO.Stream stream_out) |
| |
| static void | mlpeunserialize (System.IO.Stream stream_in, out mlpensemble obj) |
| |
| static void | mlpecreate0 (int nin, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreate0 (int nin, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreate1 (int nin, int nhid, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreate1 (int nin, int nhid, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreate2 (int nin, int nhid1, int nhid2, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreate2 (int nin, int nhid1, int nhid2, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreateb0 (int nin, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreateb0 (int nin, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreateb1 (int nin, int nhid, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreateb1 (int nin, int nhid, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreateb2 (int nin, int nhid1, int nhid2, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreateb2 (int nin, int nhid1, int nhid2, int nout, double b, double d, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreater0 (int nin, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreater0 (int nin, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreater1 (int nin, int nhid, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreater1 (int nin, int nhid, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreater2 (int nin, int nhid1, int nhid2, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreater2 (int nin, int nhid1, int nhid2, int nout, double a, double b, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreatec0 (int nin, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreatec0 (int nin, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreatec1 (int nin, int nhid, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreatec1 (int nin, int nhid, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreatec2 (int nin, int nhid1, int nhid2, int nout, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreatec2 (int nin, int nhid1, int nhid2, int nout, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpecreatefromnetwork (multilayerperceptron network, int ensemblesize, out mlpensemble ensemble) |
| |
| static void | mlpecreatefromnetwork (multilayerperceptron network, int ensemblesize, out mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlperandomize (mlpensemble ensemble) |
| |
| static void | mlperandomize (mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpeproperties (mlpensemble ensemble, out int nin, out int nout) |
| |
| static void | mlpeproperties (mlpensemble ensemble, out int nin, out int nout, alglib.xparams _params) |
| |
| static bool | mlpeissoftmax (mlpensemble ensemble) |
| |
| static bool | mlpeissoftmax (mlpensemble ensemble, alglib.xparams _params) |
| |
| static void | mlpeprocess (mlpensemble ensemble, double[] x, ref double[] y) |
| |
| static void | mlpeprocess (mlpensemble ensemble, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | mlpeprocessi (mlpensemble ensemble, double[] x, out double[] y) |
| |
| static void | mlpeprocessi (mlpensemble ensemble, double[] x, out double[] y, alglib.xparams _params) |
| |
| static double | mlperelclserror (mlpensemble ensemble, double[,] xy, int npoints) |
| |
| static double | mlperelclserror (mlpensemble ensemble, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpeavgce (mlpensemble ensemble, double[,] xy, int npoints) |
| |
| static double | mlpeavgce (mlpensemble ensemble, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpermserror (mlpensemble ensemble, double[,] xy, int npoints) |
| |
| static double | mlpermserror (mlpensemble ensemble, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpeavgerror (mlpensemble ensemble, double[,] xy, int npoints) |
| |
| static double | mlpeavgerror (mlpensemble ensemble, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | mlpeavgrelerror (mlpensemble ensemble, double[,] xy, int npoints) |
| |
| static double | mlpeavgrelerror (mlpensemble ensemble, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | mlptrainlm (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep) |
| |
| static void | mlptrainlm (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlptrainlbfgs (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, out int info, out mlpreport rep) |
| |
| static void | mlptrainlbfgs (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, out int info, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlptraines (multilayerperceptron network, double[,] trnxy, int trnsize, double[,] valxy, int valsize, double decay, int restarts, out int info, out mlpreport rep) |
| |
| static void | mlptraines (multilayerperceptron network, double[,] trnxy, int trnsize, double[,] valxy, int valsize, double decay, int restarts, out int info, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlpkfoldcvlbfgs (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, out int info, out mlpreport rep, out mlpcvreport cvrep) |
| |
| static void | mlpkfoldcvlbfgs (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, out int info, out mlpreport rep, out mlpcvreport cvrep, alglib.xparams _params) |
| |
| static void | mlpkfoldcvlm (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, int foldscount, out int info, out mlpreport rep, out mlpcvreport cvrep) |
| |
| static void | mlpkfoldcvlm (multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, int foldscount, out int info, out mlpreport rep, out mlpcvreport cvrep, alglib.xparams _params) |
| |
| static void | mlpkfoldcv (mlptrainer s, multilayerperceptron network, int nrestarts, int foldscount, out mlpreport rep) |
| |
| static void | mlpkfoldcv (mlptrainer s, multilayerperceptron network, int nrestarts, int foldscount, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlpcreatetrainer (int nin, int nout, out mlptrainer s) |
| |
| static void | mlpcreatetrainer (int nin, int nout, out mlptrainer s, alglib.xparams _params) |
| |
| static void | mlpcreatetrainercls (int nin, int nclasses, out mlptrainer s) |
| |
| static void | mlpcreatetrainercls (int nin, int nclasses, out mlptrainer s, alglib.xparams _params) |
| |
| static void | mlpsetdataset (mlptrainer s, double[,] xy, int npoints) |
| |
| static void | mlpsetdataset (mlptrainer s, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | mlpsetsparsedataset (mlptrainer s, sparsematrix xy, int npoints) |
| |
| static void | mlpsetsparsedataset (mlptrainer s, sparsematrix xy, int npoints, alglib.xparams _params) |
| |
| static void | mlpsetdecay (mlptrainer s, double decay) |
| |
| static void | mlpsetdecay (mlptrainer s, double decay, alglib.xparams _params) |
| |
| static void | mlpsetcond (mlptrainer s, double wstep, int maxits) |
| |
| static void | mlpsetcond (mlptrainer s, double wstep, int maxits, alglib.xparams _params) |
| |
| static void | mlpsetalgobatch (mlptrainer s) |
| |
| static void | mlpsetalgobatch (mlptrainer s, alglib.xparams _params) |
| |
| static void | mlptrainnetwork (mlptrainer s, multilayerperceptron network, int nrestarts, out mlpreport rep) |
| |
| static void | mlptrainnetwork (mlptrainer s, multilayerperceptron network, int nrestarts, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlpstarttraining (mlptrainer s, multilayerperceptron network, bool randomstart) |
| |
| static void | mlpstarttraining (mlptrainer s, multilayerperceptron network, bool randomstart, alglib.xparams _params) |
| |
| static bool | mlpcontinuetraining (mlptrainer s, multilayerperceptron network) |
| |
| static bool | mlpcontinuetraining (mlptrainer s, multilayerperceptron network, alglib.xparams _params) |
| |
| static void | mlpebagginglm (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep, out mlpcvreport ooberrors) |
| |
| static void | mlpebagginglm (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep, out mlpcvreport ooberrors, alglib.xparams _params) |
| |
| static void | mlpebagginglbfgs (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, out int info, out mlpreport rep, out mlpcvreport ooberrors) |
| |
| static void | mlpebagginglbfgs (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, out int info, out mlpreport rep, out mlpcvreport ooberrors, alglib.xparams _params) |
| |
| static void | mlpetraines (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep) |
| |
| static void | mlpetraines (mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, out int info, out mlpreport rep, alglib.xparams _params) |
| |
| static void | mlptrainensemblees (mlptrainer s, mlpensemble ensemble, int nrestarts, out mlpreport rep) |
| |
| static void | mlptrainensemblees (mlptrainer s, mlpensemble ensemble, int nrestarts, out mlpreport rep, alglib.xparams _params) |
| |
| static void | clusterizercreate (out clusterizerstate s) |
| |
| static void | clusterizercreate (out clusterizerstate s, alglib.xparams _params) |
| |
| static void | clusterizersetpoints (clusterizerstate s, double[,] xy, int npoints, int nfeatures, int disttype) |
| |
| static void | clusterizersetpoints (clusterizerstate s, double[,] xy, int npoints, int nfeatures, int disttype, alglib.xparams _params) |
| |
| static void | clusterizersetpoints (clusterizerstate s, double[,] xy, int disttype) |
| |
| static void | clusterizersetpoints (clusterizerstate s, double[,] xy, int disttype, alglib.xparams _params) |
| |
| static void | clusterizersetdistances (clusterizerstate s, double[,] d, int npoints, bool isupper) |
| |
| static void | clusterizersetdistances (clusterizerstate s, double[,] d, int npoints, bool isupper, alglib.xparams _params) |
| |
| static void | clusterizersetdistances (clusterizerstate s, double[,] d, bool isupper) |
| |
| static void | clusterizersetdistances (clusterizerstate s, double[,] d, bool isupper, alglib.xparams _params) |
| |
| static void | clusterizersetahcalgo (clusterizerstate s, int algo) |
| |
| static void | clusterizersetahcalgo (clusterizerstate s, int algo, alglib.xparams _params) |
| |
| static void | clusterizersetkmeanslimits (clusterizerstate s, int restarts, int maxits) |
| |
| static void | clusterizersetkmeanslimits (clusterizerstate s, int restarts, int maxits, alglib.xparams _params) |
| |
| static void | clusterizersetkmeansinit (clusterizerstate s, int initalgo) |
| |
| static void | clusterizersetkmeansinit (clusterizerstate s, int initalgo, alglib.xparams _params) |
| |
| static void | clusterizersetseed (clusterizerstate s, int seed) |
| |
| static void | clusterizersetseed (clusterizerstate s, int seed, alglib.xparams _params) |
| |
| static void | clusterizerrunahc (clusterizerstate s, out ahcreport rep) |
| |
| static void | clusterizerrunahc (clusterizerstate s, out ahcreport rep, alglib.xparams _params) |
| |
| static void | clusterizerrunkmeans (clusterizerstate s, int k, out kmeansreport rep) |
| |
| static void | clusterizerrunkmeans (clusterizerstate s, int k, out kmeansreport rep, alglib.xparams _params) |
| |
| static void | clusterizergetdistances (double[,] xy, int npoints, int nfeatures, int disttype, out double[,] d) |
| |
| static void | clusterizergetdistances (double[,] xy, int npoints, int nfeatures, int disttype, out double[,] d, alglib.xparams _params) |
| |
| static void | clusterizergetkclusters (ahcreport rep, int k, out int[] cidx, out int[] cz) |
| |
| static void | clusterizergetkclusters (ahcreport rep, int k, out int[] cidx, out int[] cz, alglib.xparams _params) |
| |
| static void | clusterizerseparatedbydist (ahcreport rep, double r, out int k, out int[] cidx, out int[] cz) |
| |
| static void | clusterizerseparatedbydist (ahcreport rep, double r, out int k, out int[] cidx, out int[] cz, alglib.xparams _params) |
| |
| static void | clusterizerseparatedbycorr (ahcreport rep, double r, out int k, out int[] cidx, out int[] cz) |
| |
| static void | clusterizerseparatedbycorr (ahcreport rep, double r, out int k, out int[] cidx, out int[] cz, alglib.xparams _params) |
| |
| static void | dfserialize (decisionforest obj, out string s_out) |
| |
| static void | dfunserialize (string s_in, out decisionforest obj) |
| |
| static void | dfserialize (decisionforest obj, System.IO.Stream stream_out) |
| |
| static void | dfunserialize (System.IO.Stream stream_in, out decisionforest obj) |
| |
| static void | dfcreatebuffer (decisionforest model, out decisionforestbuffer buf) |
| |
| static void | dfcreatebuffer (decisionforest model, out decisionforestbuffer buf, alglib.xparams _params) |
| |
| static void | dfbuildercreate (out decisionforestbuilder s) |
| |
| static void | dfbuildercreate (out decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuildersetdataset (decisionforestbuilder s, double[,] xy, int npoints, int nvars, int nclasses) |
| |
| static void | dfbuildersetdataset (decisionforestbuilder s, double[,] xy, int npoints, int nvars, int nclasses, alglib.xparams _params) |
| |
| static void | dfbuildersetrndvars (decisionforestbuilder s, int rndvars) |
| |
| static void | dfbuildersetrndvars (decisionforestbuilder s, int rndvars, alglib.xparams _params) |
| |
| static void | dfbuildersetrndvarsratio (decisionforestbuilder s, double f) |
| |
| static void | dfbuildersetrndvarsratio (decisionforestbuilder s, double f, alglib.xparams _params) |
| |
| static void | dfbuildersetrndvarsauto (decisionforestbuilder s) |
| |
| static void | dfbuildersetrndvarsauto (decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuildersetsubsampleratio (decisionforestbuilder s, double f) |
| |
| static void | dfbuildersetsubsampleratio (decisionforestbuilder s, double f, alglib.xparams _params) |
| |
| static void | dfbuildersetseed (decisionforestbuilder s, int seedval) |
| |
| static void | dfbuildersetseed (decisionforestbuilder s, int seedval, alglib.xparams _params) |
| |
| static void | dfbuildersetrdfalgo (decisionforestbuilder s, int algotype) |
| |
| static void | dfbuildersetrdfalgo (decisionforestbuilder s, int algotype, alglib.xparams _params) |
| |
| static void | dfbuildersetrdfsplitstrength (decisionforestbuilder s, int splitstrength) |
| |
| static void | dfbuildersetrdfsplitstrength (decisionforestbuilder s, int splitstrength, alglib.xparams _params) |
| |
| static void | dfbuildersetimportancetrngini (decisionforestbuilder s) |
| |
| static void | dfbuildersetimportancetrngini (decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuildersetimportanceoobgini (decisionforestbuilder s) |
| |
| static void | dfbuildersetimportanceoobgini (decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuildersetimportancepermutation (decisionforestbuilder s) |
| |
| static void | dfbuildersetimportancepermutation (decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuildersetimportancenone (decisionforestbuilder s) |
| |
| static void | dfbuildersetimportancenone (decisionforestbuilder s, alglib.xparams _params) |
| |
| static double | dfbuildergetprogress (decisionforestbuilder s) |
| |
| static double | dfbuildergetprogress (decisionforestbuilder s, alglib.xparams _params) |
| |
| static double | dfbuilderpeekprogress (decisionforestbuilder s) |
| |
| static double | dfbuilderpeekprogress (decisionforestbuilder s, alglib.xparams _params) |
| |
| static void | dfbuilderbuildrandomforest (decisionforestbuilder s, int ntrees, out decisionforest df, out dfreport rep) |
| |
| static void | dfbuilderbuildrandomforest (decisionforestbuilder s, int ntrees, out decisionforest df, out dfreport rep, alglib.xparams _params) |
| |
| static double | dfbinarycompression (decisionforest df) |
| |
| static double | dfbinarycompression (decisionforest df, alglib.xparams _params) |
| |
| static void | dfprocess (decisionforest df, double[] x, ref double[] y) |
| |
| static void | dfprocess (decisionforest df, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | dfprocessi (decisionforest df, double[] x, out double[] y) |
| |
| static void | dfprocessi (decisionforest df, double[] x, out double[] y, alglib.xparams _params) |
| |
| static double | dfprocess0 (decisionforest model, double[] x) |
| |
| static double | dfprocess0 (decisionforest model, double[] x, alglib.xparams _params) |
| |
| static int | dfclassify (decisionforest model, double[] x) |
| |
| static int | dfclassify (decisionforest model, double[] x, alglib.xparams _params) |
| |
| static void | dftsprocess (decisionforest df, decisionforestbuffer buf, double[] x, ref double[] y) |
| |
| static void | dftsprocess (decisionforest df, decisionforestbuffer buf, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static double | dfrelclserror (decisionforest df, double[,] xy, int npoints) |
| |
| static double | dfrelclserror (decisionforest df, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | dfavgce (decisionforest df, double[,] xy, int npoints) |
| |
| static double | dfavgce (decisionforest df, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | dfrmserror (decisionforest df, double[,] xy, int npoints) |
| |
| static double | dfrmserror (decisionforest df, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | dfavgerror (decisionforest df, double[,] xy, int npoints) |
| |
| static double | dfavgerror (decisionforest df, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | dfavgrelerror (decisionforest df, double[,] xy, int npoints) |
| |
| static double | dfavgrelerror (decisionforest df, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | dfbuildrandomdecisionforest (double[,] xy, int npoints, int nvars, int nclasses, int ntrees, double r, out int info, out decisionforest df, out dfreport rep) |
| |
| static void | dfbuildrandomdecisionforest (double[,] xy, int npoints, int nvars, int nclasses, int ntrees, double r, out int info, out decisionforest df, out dfreport rep, alglib.xparams _params) |
| |
| static void | dfbuildrandomdecisionforestx1 (double[,] xy, int npoints, int nvars, int nclasses, int ntrees, int nrndvars, double r, out int info, out decisionforest df, out dfreport rep) |
| |
| static void | dfbuildrandomdecisionforestx1 (double[,] xy, int npoints, int nvars, int nclasses, int ntrees, int nrndvars, double r, out int info, out decisionforest df, out dfreport rep, alglib.xparams _params) |
| |
| static void | knnserialize (knnmodel obj, out string s_out) |
| |
| static void | knnunserialize (string s_in, out knnmodel obj) |
| |
| static void | knnserialize (knnmodel obj, System.IO.Stream stream_out) |
| |
| static void | knnunserialize (System.IO.Stream stream_in, out knnmodel obj) |
| |
| static void | knncreatebuffer (knnmodel model, out knnbuffer buf) |
| |
| static void | knncreatebuffer (knnmodel model, out knnbuffer buf, alglib.xparams _params) |
| |
| static void | knnbuildercreate (out knnbuilder s) |
| |
| static void | knnbuildercreate (out knnbuilder s, alglib.xparams _params) |
| |
| static void | knnbuildersetdatasetreg (knnbuilder s, double[,] xy, int npoints, int nvars, int nout) |
| |
| static void | knnbuildersetdatasetreg (knnbuilder s, double[,] xy, int npoints, int nvars, int nout, alglib.xparams _params) |
| |
| static void | knnbuildersetdatasetcls (knnbuilder s, double[,] xy, int npoints, int nvars, int nclasses) |
| |
| static void | knnbuildersetdatasetcls (knnbuilder s, double[,] xy, int npoints, int nvars, int nclasses, alglib.xparams _params) |
| |
| static void | knnbuildersetnorm (knnbuilder s, int nrmtype) |
| |
| static void | knnbuildersetnorm (knnbuilder s, int nrmtype, alglib.xparams _params) |
| |
| static void | knnbuilderbuildknnmodel (knnbuilder s, int k, double eps, out knnmodel model, out knnreport rep) |
| |
| static void | knnbuilderbuildknnmodel (knnbuilder s, int k, double eps, out knnmodel model, out knnreport rep, alglib.xparams _params) |
| |
| static void | knnrewritekeps (knnmodel model, int k, double eps) |
| |
| static void | knnrewritekeps (knnmodel model, int k, double eps, alglib.xparams _params) |
| |
| static void | knnprocess (knnmodel model, double[] x, ref double[] y) |
| |
| static void | knnprocess (knnmodel model, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static double | knnprocess0 (knnmodel model, double[] x) |
| |
| static double | knnprocess0 (knnmodel model, double[] x, alglib.xparams _params) |
| |
| static int | knnclassify (knnmodel model, double[] x) |
| |
| static int | knnclassify (knnmodel model, double[] x, alglib.xparams _params) |
| |
| static void | knnprocessi (knnmodel model, double[] x, out double[] y) |
| |
| static void | knnprocessi (knnmodel model, double[] x, out double[] y, alglib.xparams _params) |
| |
| static void | knntsprocess (knnmodel model, knnbuffer buf, double[] x, ref double[] y) |
| |
| static void | knntsprocess (knnmodel model, knnbuffer buf, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static double | knnrelclserror (knnmodel model, double[,] xy, int npoints) |
| |
| static double | knnrelclserror (knnmodel model, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | knnavgce (knnmodel model, double[,] xy, int npoints) |
| |
| static double | knnavgce (knnmodel model, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | knnrmserror (knnmodel model, double[,] xy, int npoints) |
| |
| static double | knnrmserror (knnmodel model, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | knnavgerror (knnmodel model, double[,] xy, int npoints) |
| |
| static double | knnavgerror (knnmodel model, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static double | knnavgrelerror (knnmodel model, double[,] xy, int npoints) |
| |
| static double | knnavgrelerror (knnmodel model, double[,] xy, int npoints, alglib.xparams _params) |
| |
| static void | knnallerrors (knnmodel model, double[,] xy, int npoints, out knnreport rep) |
| |
| static void | knnallerrors (knnmodel model, double[,] xy, int npoints, out knnreport rep, alglib.xparams _params) |
| |
| static void | kmeansgenerate (double[,] xy, int npoints, int nvars, int k, int restarts, out int info, out double[,] c, out int[] xyc) |
| |
| static void | kmeansgenerate (double[,] xy, int npoints, int nvars, int k, int restarts, out int info, out double[,] c, out int[] xyc, alglib.xparams _params) |
| |
| static void | odesolverrkck (double[] y, int n, double[] x, int m, double eps, double h, out odesolverstate state) |
| |
| static void | odesolverrkck (double[] y, int n, double[] x, int m, double eps, double h, out odesolverstate state, alglib.xparams _params) |
| |
| static void | odesolverrkck (double[] y, double[] x, double eps, double h, out odesolverstate state) |
| |
| static void | odesolverrkck (double[] y, double[] x, double eps, double h, out odesolverstate state, alglib.xparams _params) |
| |
| static bool | odesolveriteration (odesolverstate state) |
| |
| static bool | odesolveriteration (odesolverstate state, alglib.xparams _params) |
| |
| static void | odesolversolve (odesolverstate state, ndimensional_ode_rp diff, object obj) |
| |
| static void | odesolversolve (odesolverstate state, ndimensional_ode_rp diff, object obj, alglib.xparams _params) |
| |
| static void | odesolverresults (odesolverstate state, out int m, out double[] xtbl, out double[,] ytbl, out odesolverreport rep) |
| |
| static void | odesolverresults (odesolverstate state, out int m, out double[] xtbl, out double[,] ytbl, out odesolverreport rep, alglib.xparams _params) |
| |
| static void | fftc1d (ref complex[] a, int n) |
| |
| static void | fftc1d (ref complex[] a, int n, alglib.xparams _params) |
| |
| static void | fftc1d (ref complex[] a) |
| |
| static void | fftc1d (ref complex[] a, alglib.xparams _params) |
| |
| static void | fftc1dinv (ref complex[] a, int n) |
| |
| static void | fftc1dinv (ref complex[] a, int n, alglib.xparams _params) |
| |
| static void | fftc1dinv (ref complex[] a) |
| |
| static void | fftc1dinv (ref complex[] a, alglib.xparams _params) |
| |
| static void | fftr1d (double[] a, int n, out complex[] f) |
| |
| static void | fftr1d (double[] a, int n, out complex[] f, alglib.xparams _params) |
| |
| static void | fftr1d (double[] a, out complex[] f) |
| |
| static void | fftr1d (double[] a, out complex[] f, alglib.xparams _params) |
| |
| static void | fftr1dinv (complex[] f, int n, out double[] a) |
| |
| static void | fftr1dinv (complex[] f, int n, out double[] a, alglib.xparams _params) |
| |
| static void | fftr1dinv (complex[] f, out double[] a) |
| |
| static void | fftr1dinv (complex[] f, out double[] a, alglib.xparams _params) |
| |
| static void | fhtr1d (ref double[] a, int n) |
| |
| static void | fhtr1d (ref double[] a, int n, alglib.xparams _params) |
| |
| static void | fhtr1dinv (ref double[] a, int n) |
| |
| static void | fhtr1dinv (ref double[] a, int n, alglib.xparams _params) |
| |
| static void | convc1d (complex[] a, int m, complex[] b, int n, out complex[] r) |
| |
| static void | convc1d (complex[] a, int m, complex[] b, int n, out complex[] r, alglib.xparams _params) |
| |
| static void | convc1dinv (complex[] a, int m, complex[] b, int n, out complex[] r) |
| |
| static void | convc1dinv (complex[] a, int m, complex[] b, int n, out complex[] r, alglib.xparams _params) |
| |
| static void | convc1dcircular (complex[] s, int m, complex[] r, int n, out complex[] c) |
| |
| static void | convc1dcircular (complex[] s, int m, complex[] r, int n, out complex[] c, alglib.xparams _params) |
| |
| static void | convc1dcircularinv (complex[] a, int m, complex[] b, int n, out complex[] r) |
| |
| static void | convc1dcircularinv (complex[] a, int m, complex[] b, int n, out complex[] r, alglib.xparams _params) |
| |
| static void | convr1d (double[] a, int m, double[] b, int n, out double[] r) |
| |
| static void | convr1d (double[] a, int m, double[] b, int n, out double[] r, alglib.xparams _params) |
| |
| static void | convr1dinv (double[] a, int m, double[] b, int n, out double[] r) |
| |
| static void | convr1dinv (double[] a, int m, double[] b, int n, out double[] r, alglib.xparams _params) |
| |
| static void | convr1dcircular (double[] s, int m, double[] r, int n, out double[] c) |
| |
| static void | convr1dcircular (double[] s, int m, double[] r, int n, out double[] c, alglib.xparams _params) |
| |
| static void | convr1dcircularinv (double[] a, int m, double[] b, int n, out double[] r) |
| |
| static void | convr1dcircularinv (double[] a, int m, double[] b, int n, out double[] r, alglib.xparams _params) |
| |
| static void | corrc1d (complex[] signal, int n, complex[] pattern, int m, out complex[] r) |
| |
| static void | corrc1d (complex[] signal, int n, complex[] pattern, int m, out complex[] r, alglib.xparams _params) |
| |
| static void | corrc1dcircular (complex[] signal, int m, complex[] pattern, int n, out complex[] c) |
| |
| static void | corrc1dcircular (complex[] signal, int m, complex[] pattern, int n, out complex[] c, alglib.xparams _params) |
| |
| static void | corrr1d (double[] signal, int n, double[] pattern, int m, out double[] r) |
| |
| static void | corrr1d (double[] signal, int n, double[] pattern, int m, out double[] r, alglib.xparams _params) |
| |
| static void | corrr1dcircular (double[] signal, int m, double[] pattern, int n, out double[] c) |
| |
| static void | corrr1dcircular (double[] signal, int m, double[] pattern, int n, out double[] c, alglib.xparams _params) |
| |
| static void | gqgeneraterec (double[] alpha, double[] beta, double mu0, int n, out int info, out double[] x, out double[] w) |
| |
| static void | gqgeneraterec (double[] alpha, double[] beta, double mu0, int n, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategausslobattorec (double[] alpha, double[] beta, double mu0, double a, double b, int n, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategausslobattorec (double[] alpha, double[] beta, double mu0, double a, double b, int n, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategaussradaurec (double[] alpha, double[] beta, double mu0, double a, int n, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategaussradaurec (double[] alpha, double[] beta, double mu0, double a, int n, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategausslegendre (int n, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategausslegendre (int n, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategaussjacobi (int n, double alpha, double beta, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategaussjacobi (int n, double alpha, double beta, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategausslaguerre (int n, double alpha, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategausslaguerre (int n, double alpha, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gqgenerategausshermite (int n, out int info, out double[] x, out double[] w) |
| |
| static void | gqgenerategausshermite (int n, out int info, out double[] x, out double[] w, alglib.xparams _params) |
| |
| static void | gkqgeneraterec (double[] alpha, double[] beta, double mu0, int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss) |
| |
| static void | gkqgeneraterec (double[] alpha, double[] beta, double mu0, int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss, alglib.xparams _params) |
| |
| static void | gkqgenerategausslegendre (int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss) |
| |
| static void | gkqgenerategausslegendre (int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss, alglib.xparams _params) |
| |
| static void | gkqgenerategaussjacobi (int n, double alpha, double beta, out int info, out double[] x, out double[] wkronrod, out double[] wgauss) |
| |
| static void | gkqgenerategaussjacobi (int n, double alpha, double beta, out int info, out double[] x, out double[] wkronrod, out double[] wgauss, alglib.xparams _params) |
| |
| static void | gkqlegendrecalc (int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss) |
| |
| static void | gkqlegendrecalc (int n, out int info, out double[] x, out double[] wkronrod, out double[] wgauss, alglib.xparams _params) |
| |
| static void | gkqlegendretbl (int n, out double[] x, out double[] wkronrod, out double[] wgauss, out double eps) |
| |
| static void | gkqlegendretbl (int n, out double[] x, out double[] wkronrod, out double[] wgauss, out double eps, alglib.xparams _params) |
| |
| static void | autogksmooth (double a, double b, out autogkstate state) |
| |
| static void | autogksmooth (double a, double b, out autogkstate state, alglib.xparams _params) |
| |
| static void | autogksmoothw (double a, double b, double xwidth, out autogkstate state) |
| |
| static void | autogksmoothw (double a, double b, double xwidth, out autogkstate state, alglib.xparams _params) |
| |
| static void | autogksingular (double a, double b, double alpha, double beta, out autogkstate state) |
| |
| static void | autogksingular (double a, double b, double alpha, double beta, out autogkstate state, alglib.xparams _params) |
| |
| static bool | autogkiteration (autogkstate state) |
| |
| static bool | autogkiteration (autogkstate state, alglib.xparams _params) |
| |
| static void | autogkintegrate (autogkstate state, integrator1_func func, object obj) |
| |
| static void | autogkintegrate (autogkstate state, integrator1_func func, object obj, alglib.xparams _params) |
| |
| static void | autogkresults (autogkstate state, out double v, out autogkreport rep) |
| |
| static void | autogkresults (autogkstate state, out double v, out autogkreport rep, alglib.xparams _params) |
| |
| static void | idwserialize (idwmodel obj, out string s_out) |
| |
| static void | idwunserialize (string s_in, out idwmodel obj) |
| |
| static void | idwserialize (idwmodel obj, System.IO.Stream stream_out) |
| |
| static void | idwunserialize (System.IO.Stream stream_in, out idwmodel obj) |
| |
| static void | idwcreatecalcbuffer (idwmodel s, out idwcalcbuffer buf) |
| |
| static void | idwcreatecalcbuffer (idwmodel s, out idwcalcbuffer buf, alglib.xparams _params) |
| |
| static void | idwbuildercreate (int nx, int ny, out idwbuilder state) |
| |
| static void | idwbuildercreate (int nx, int ny, out idwbuilder state, alglib.xparams _params) |
| |
| static void | idwbuildersetnlayers (idwbuilder state, int nlayers) |
| |
| static void | idwbuildersetnlayers (idwbuilder state, int nlayers, alglib.xparams _params) |
| |
| static void | idwbuildersetpoints (idwbuilder state, double[,] xy, int n) |
| |
| static void | idwbuildersetpoints (idwbuilder state, double[,] xy, int n, alglib.xparams _params) |
| |
| static void | idwbuildersetpoints (idwbuilder state, double[,] xy) |
| |
| static void | idwbuildersetpoints (idwbuilder state, double[,] xy, alglib.xparams _params) |
| |
| static void | idwbuildersetalgomstab (idwbuilder state, double srad) |
| |
| static void | idwbuildersetalgomstab (idwbuilder state, double srad, alglib.xparams _params) |
| |
| static void | idwbuildersetalgotextbookshepard (idwbuilder state, double p) |
| |
| static void | idwbuildersetalgotextbookshepard (idwbuilder state, double p, alglib.xparams _params) |
| |
| static void | idwbuildersetalgotextbookmodshepard (idwbuilder state, double r) |
| |
| static void | idwbuildersetalgotextbookmodshepard (idwbuilder state, double r, alglib.xparams _params) |
| |
| static void | idwbuildersetuserterm (idwbuilder state, double v) |
| |
| static void | idwbuildersetuserterm (idwbuilder state, double v, alglib.xparams _params) |
| |
| static void | idwbuildersetconstterm (idwbuilder state) |
| |
| static void | idwbuildersetconstterm (idwbuilder state, alglib.xparams _params) |
| |
| static void | idwbuildersetzeroterm (idwbuilder state) |
| |
| static void | idwbuildersetzeroterm (idwbuilder state, alglib.xparams _params) |
| |
| static double | idwcalc1 (idwmodel s, double x0) |
| |
| static double | idwcalc1 (idwmodel s, double x0, alglib.xparams _params) |
| |
| static double | idwcalc2 (idwmodel s, double x0, double x1) |
| |
| static double | idwcalc2 (idwmodel s, double x0, double x1, alglib.xparams _params) |
| |
| static double | idwcalc3 (idwmodel s, double x0, double x1, double x2) |
| |
| static double | idwcalc3 (idwmodel s, double x0, double x1, double x2, alglib.xparams _params) |
| |
| static void | idwcalc (idwmodel s, double[] x, out double[] y) |
| |
| static void | idwcalc (idwmodel s, double[] x, out double[] y, alglib.xparams _params) |
| |
| static void | idwcalcbuf (idwmodel s, double[] x, ref double[] y) |
| |
| static void | idwcalcbuf (idwmodel s, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | idwtscalcbuf (idwmodel s, idwcalcbuffer buf, double[] x, ref double[] y) |
| |
| static void | idwtscalcbuf (idwmodel s, idwcalcbuffer buf, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | idwfit (idwbuilder state, out idwmodel model, out idwreport rep) |
| |
| static void | idwfit (idwbuilder state, out idwmodel model, out idwreport rep, alglib.xparams _params) |
| |
| static double | barycentriccalc (barycentricinterpolant b, double t) |
| |
| static double | barycentriccalc (barycentricinterpolant b, double t, alglib.xparams _params) |
| |
| static void | barycentricdiff1 (barycentricinterpolant b, double t, out double f, out double df) |
| |
| static void | barycentricdiff1 (barycentricinterpolant b, double t, out double f, out double df, alglib.xparams _params) |
| |
| static void | barycentricdiff2 (barycentricinterpolant b, double t, out double f, out double df, out double d2f) |
| |
| static void | barycentricdiff2 (barycentricinterpolant b, double t, out double f, out double df, out double d2f, alglib.xparams _params) |
| |
| static void | barycentriclintransx (barycentricinterpolant b, double ca, double cb) |
| |
| static void | barycentriclintransx (barycentricinterpolant b, double ca, double cb, alglib.xparams _params) |
| |
| static void | barycentriclintransy (barycentricinterpolant b, double ca, double cb) |
| |
| static void | barycentriclintransy (barycentricinterpolant b, double ca, double cb, alglib.xparams _params) |
| |
| static void | barycentricunpack (barycentricinterpolant b, out int n, out double[] x, out double[] y, out double[] w) |
| |
| static void | barycentricunpack (barycentricinterpolant b, out int n, out double[] x, out double[] y, out double[] w, alglib.xparams _params) |
| |
| static void | barycentricbuildxyw (double[] x, double[] y, double[] w, int n, out barycentricinterpolant b) |
| |
| static void | barycentricbuildxyw (double[] x, double[] y, double[] w, int n, out barycentricinterpolant b, alglib.xparams _params) |
| |
| static void | barycentricbuildfloaterhormann (double[] x, double[] y, int n, int d, out barycentricinterpolant b) |
| |
| static void | barycentricbuildfloaterhormann (double[] x, double[] y, int n, int d, out barycentricinterpolant b, alglib.xparams _params) |
| |
| static void | fitspherels (double[,] xy, int npoints, int nx, out double[] cx, out double r) |
| |
| static void | fitspherels (double[,] xy, int npoints, int nx, out double[] cx, out double r, alglib.xparams _params) |
| |
| static void | fitspheremc (double[,] xy, int npoints, int nx, out double[] cx, out double rhi) |
| |
| static void | fitspheremc (double[,] xy, int npoints, int nx, out double[] cx, out double rhi, alglib.xparams _params) |
| |
| static void | fitspheremi (double[,] xy, int npoints, int nx, out double[] cx, out double rlo) |
| |
| static void | fitspheremi (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, alglib.xparams _params) |
| |
| static void | fitspheremz (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, out double rhi) |
| |
| static void | fitspheremz (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, out double rhi, alglib.xparams _params) |
| |
| static void | fitspherex (double[,] xy, int npoints, int nx, int problemtype, double epsx, int aulits, double penalty, out double[] cx, out double rlo, out double rhi) |
| |
| static void | fitspherex (double[,] xy, int npoints, int nx, int problemtype, double epsx, int aulits, double penalty, out double[] cx, out double rlo, out double rhi, alglib.xparams _params) |
| |
| static void | spline1dbuildlinear (double[] x, double[] y, int n, out spline1dinterpolant c) |
| |
| static void | spline1dbuildlinear (double[] x, double[] y, int n, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildlinear (double[] x, double[] y, out spline1dinterpolant c) |
| |
| static void | spline1dbuildlinear (double[] x, double[] y, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out spline1dinterpolant c) |
| |
| static void | spline1dbuildcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildcubic (double[] x, double[] y, out spline1dinterpolant c) |
| |
| static void | spline1dbuildcubic (double[] x, double[] y, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dgriddiffcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out double[] d) |
| |
| static void | spline1dgriddiffcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out double[] d, alglib.xparams _params) |
| |
| static void | spline1dgriddiffcubic (double[] x, double[] y, out double[] d) |
| |
| static void | spline1dgriddiffcubic (double[] x, double[] y, out double[] d, alglib.xparams _params) |
| |
| static void | spline1dgriddiff2cubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out double[] d1, out double[] d2) |
| |
| static void | spline1dgriddiff2cubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, out double[] d1, out double[] d2, alglib.xparams _params) |
| |
| static void | spline1dgriddiff2cubic (double[] x, double[] y, out double[] d1, out double[] d2) |
| |
| static void | spline1dgriddiff2cubic (double[] x, double[] y, out double[] d1, out double[] d2, alglib.xparams _params) |
| |
| static void | spline1dconvcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2) |
| |
| static void | spline1dconvcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2, alglib.xparams _params) |
| |
| static void | spline1dconvcubic (double[] x, double[] y, double[] x2, out double[] y2) |
| |
| static void | spline1dconvcubic (double[] x, double[] y, double[] x2, out double[] y2, alglib.xparams _params) |
| |
| static void | spline1dconvdiffcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2, out double[] d2) |
| |
| static void | spline1dconvdiffcubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2, out double[] d2, alglib.xparams _params) |
| |
| static void | spline1dconvdiffcubic (double[] x, double[] y, double[] x2, out double[] y2, out double[] d2) |
| |
| static void | spline1dconvdiffcubic (double[] x, double[] y, double[] x2, out double[] y2, out double[] d2, alglib.xparams _params) |
| |
| static void | spline1dconvdiff2cubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2, out double[] d2, out double[] dd2) |
| |
| static void | spline1dconvdiff2cubic (double[] x, double[] y, int n, int boundltype, double boundl, int boundrtype, double boundr, double[] x2, int n2, out double[] y2, out double[] d2, out double[] dd2, alglib.xparams _params) |
| |
| static void | spline1dconvdiff2cubic (double[] x, double[] y, double[] x2, out double[] y2, out double[] d2, out double[] dd2) |
| |
| static void | spline1dconvdiff2cubic (double[] x, double[] y, double[] x2, out double[] y2, out double[] d2, out double[] dd2, alglib.xparams _params) |
| |
| static void | spline1dbuildcatmullrom (double[] x, double[] y, int n, int boundtype, double tension, out spline1dinterpolant c) |
| |
| static void | spline1dbuildcatmullrom (double[] x, double[] y, int n, int boundtype, double tension, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildcatmullrom (double[] x, double[] y, out spline1dinterpolant c) |
| |
| static void | spline1dbuildcatmullrom (double[] x, double[] y, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildhermite (double[] x, double[] y, double[] d, int n, out spline1dinterpolant c) |
| |
| static void | spline1dbuildhermite (double[] x, double[] y, double[] d, int n, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildhermite (double[] x, double[] y, double[] d, out spline1dinterpolant c) |
| |
| static void | spline1dbuildhermite (double[] x, double[] y, double[] d, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildakima (double[] x, double[] y, int n, out spline1dinterpolant c) |
| |
| static void | spline1dbuildakima (double[] x, double[] y, int n, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildakima (double[] x, double[] y, out spline1dinterpolant c) |
| |
| static void | spline1dbuildakima (double[] x, double[] y, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static double | spline1dcalc (spline1dinterpolant c, double x) |
| |
| static double | spline1dcalc (spline1dinterpolant c, double x, alglib.xparams _params) |
| |
| static void | spline1ddiff (spline1dinterpolant c, double x, out double s, out double ds, out double d2s) |
| |
| static void | spline1ddiff (spline1dinterpolant c, double x, out double s, out double ds, out double d2s, alglib.xparams _params) |
| |
| static void | spline1dunpack (spline1dinterpolant c, out int n, out double[,] tbl) |
| |
| static void | spline1dunpack (spline1dinterpolant c, out int n, out double[,] tbl, alglib.xparams _params) |
| |
| static void | spline1dlintransx (spline1dinterpolant c, double a, double b) |
| |
| static void | spline1dlintransx (spline1dinterpolant c, double a, double b, alglib.xparams _params) |
| |
| static void | spline1dlintransy (spline1dinterpolant c, double a, double b) |
| |
| static void | spline1dlintransy (spline1dinterpolant c, double a, double b, alglib.xparams _params) |
| |
| static double | spline1dintegrate (spline1dinterpolant c, double x) |
| |
| static double | spline1dintegrate (spline1dinterpolant c, double x, alglib.xparams _params) |
| |
| static void | spline1dfit (double[] x, double[] y, int n, int m, double lambdans, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfit (double[] x, double[] y, int n, int m, double lambdans, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfit (double[] x, double[] y, int m, double lambdans, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfit (double[] x, double[] y, int m, double lambdans, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dbuildmonotone (double[] x, double[] y, int n, out spline1dinterpolant c) |
| |
| static void | spline1dbuildmonotone (double[] x, double[] y, int n, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | spline1dbuildmonotone (double[] x, double[] y, out spline1dinterpolant c) |
| |
| static void | spline1dbuildmonotone (double[] x, double[] y, out spline1dinterpolant c, alglib.xparams _params) |
| |
| static void | pspline2build (double[,] xy, int n, int st, int pt, out pspline2interpolant p) |
| |
| static void | pspline2build (double[,] xy, int n, int st, int pt, out pspline2interpolant p, alglib.xparams _params) |
| |
| static void | pspline3build (double[,] xy, int n, int st, int pt, out pspline3interpolant p) |
| |
| static void | pspline3build (double[,] xy, int n, int st, int pt, out pspline3interpolant p, alglib.xparams _params) |
| |
| static void | pspline2buildperiodic (double[,] xy, int n, int st, int pt, out pspline2interpolant p) |
| |
| static void | pspline2buildperiodic (double[,] xy, int n, int st, int pt, out pspline2interpolant p, alglib.xparams _params) |
| |
| static void | pspline3buildperiodic (double[,] xy, int n, int st, int pt, out pspline3interpolant p) |
| |
| static void | pspline3buildperiodic (double[,] xy, int n, int st, int pt, out pspline3interpolant p, alglib.xparams _params) |
| |
| static void | pspline2parametervalues (pspline2interpolant p, out int n, out double[] t) |
| |
| static void | pspline2parametervalues (pspline2interpolant p, out int n, out double[] t, alglib.xparams _params) |
| |
| static void | pspline3parametervalues (pspline3interpolant p, out int n, out double[] t) |
| |
| static void | pspline3parametervalues (pspline3interpolant p, out int n, out double[] t, alglib.xparams _params) |
| |
| static void | pspline2calc (pspline2interpolant p, double t, out double x, out double y) |
| |
| static void | pspline2calc (pspline2interpolant p, double t, out double x, out double y, alglib.xparams _params) |
| |
| static void | pspline3calc (pspline3interpolant p, double t, out double x, out double y, out double z) |
| |
| static void | pspline3calc (pspline3interpolant p, double t, out double x, out double y, out double z, alglib.xparams _params) |
| |
| static void | pspline2tangent (pspline2interpolant p, double t, out double x, out double y) |
| |
| static void | pspline2tangent (pspline2interpolant p, double t, out double x, out double y, alglib.xparams _params) |
| |
| static void | pspline3tangent (pspline3interpolant p, double t, out double x, out double y, out double z) |
| |
| static void | pspline3tangent (pspline3interpolant p, double t, out double x, out double y, out double z, alglib.xparams _params) |
| |
| static void | pspline2diff (pspline2interpolant p, double t, out double x, out double dx, out double y, out double dy) |
| |
| static void | pspline2diff (pspline2interpolant p, double t, out double x, out double dx, out double y, out double dy, alglib.xparams _params) |
| |
| static void | pspline3diff (pspline3interpolant p, double t, out double x, out double dx, out double y, out double dy, out double z, out double dz) |
| |
| static void | pspline3diff (pspline3interpolant p, double t, out double x, out double dx, out double y, out double dy, out double z, out double dz, alglib.xparams _params) |
| |
| static void | pspline2diff2 (pspline2interpolant p, double t, out double x, out double dx, out double d2x, out double y, out double dy, out double d2y) |
| |
| static void | pspline2diff2 (pspline2interpolant p, double t, out double x, out double dx, out double d2x, out double y, out double dy, out double d2y, alglib.xparams _params) |
| |
| static void | pspline3diff2 (pspline3interpolant p, double t, out double x, out double dx, out double d2x, out double y, out double dy, out double d2y, out double z, out double dz, out double d2z) |
| |
| static void | pspline3diff2 (pspline3interpolant p, double t, out double x, out double dx, out double d2x, out double y, out double dy, out double d2y, out double z, out double dz, out double d2z, alglib.xparams _params) |
| |
| static double | pspline2arclength (pspline2interpolant p, double a, double b) |
| |
| static double | pspline2arclength (pspline2interpolant p, double a, double b, alglib.xparams _params) |
| |
| static double | pspline3arclength (pspline3interpolant p, double a, double b) |
| |
| static double | pspline3arclength (pspline3interpolant p, double a, double b, alglib.xparams _params) |
| |
| static void | parametricrdpfixed (double[,] x, int n, int d, int stopm, double stopeps, out double[,] x2, out int[] idx2, out int nsections) |
| |
| static void | parametricrdpfixed (double[,] x, int n, int d, int stopm, double stopeps, out double[,] x2, out int[] idx2, out int nsections, alglib.xparams _params) |
| |
| static double | spline3dcalc (spline3dinterpolant c, double x, double y, double z) |
| |
| static double | spline3dcalc (spline3dinterpolant c, double x, double y, double z, alglib.xparams _params) |
| |
| static void | spline3dlintransxyz (spline3dinterpolant c, double ax, double bx, double ay, double by, double az, double bz) |
| |
| static void | spline3dlintransxyz (spline3dinterpolant c, double ax, double bx, double ay, double by, double az, double bz, alglib.xparams _params) |
| |
| static void | spline3dlintransf (spline3dinterpolant c, double a, double b) |
| |
| static void | spline3dlintransf (spline3dinterpolant c, double a, double b, alglib.xparams _params) |
| |
| static void | spline3dresampletrilinear (double[] a, int oldzcount, int oldycount, int oldxcount, int newzcount, int newycount, int newxcount, out double[] b) |
| |
| static void | spline3dresampletrilinear (double[] a, int oldzcount, int oldycount, int oldxcount, int newzcount, int newycount, int newxcount, out double[] b, alglib.xparams _params) |
| |
| static void | spline3dbuildtrilinearv (double[] x, int n, double[] y, int m, double[] z, int l, double[] f, int d, out spline3dinterpolant c) |
| |
| static void | spline3dbuildtrilinearv (double[] x, int n, double[] y, int m, double[] z, int l, double[] f, int d, out spline3dinterpolant c, alglib.xparams _params) |
| |
| static void | spline3dcalcvbuf (spline3dinterpolant c, double x, double y, double z, ref double[] f) |
| |
| static void | spline3dcalcvbuf (spline3dinterpolant c, double x, double y, double z, ref double[] f, alglib.xparams _params) |
| |
| static void | spline3dcalcv (spline3dinterpolant c, double x, double y, double z, out double[] f) |
| |
| static void | spline3dcalcv (spline3dinterpolant c, double x, double y, double z, out double[] f, alglib.xparams _params) |
| |
| static void | spline3dunpackv (spline3dinterpolant c, out int n, out int m, out int l, out int d, out int stype, out double[,] tbl) |
| |
| static void | spline3dunpackv (spline3dinterpolant c, out int n, out int m, out int l, out int d, out int stype, out double[,] tbl, alglib.xparams _params) |
| |
| static void | polynomialbar2cheb (barycentricinterpolant p, double a, double b, out double[] t) |
| |
| static void | polynomialbar2cheb (barycentricinterpolant p, double a, double b, out double[] t, alglib.xparams _params) |
| |
| static void | polynomialcheb2bar (double[] t, int n, double a, double b, out barycentricinterpolant p) |
| |
| static void | polynomialcheb2bar (double[] t, int n, double a, double b, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialcheb2bar (double[] t, double a, double b, out barycentricinterpolant p) |
| |
| static void | polynomialcheb2bar (double[] t, double a, double b, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbar2pow (barycentricinterpolant p, double c, double s, out double[] a) |
| |
| static void | polynomialbar2pow (barycentricinterpolant p, double c, double s, out double[] a, alglib.xparams _params) |
| |
| static void | polynomialbar2pow (barycentricinterpolant p, out double[] a) |
| |
| static void | polynomialbar2pow (barycentricinterpolant p, out double[] a, alglib.xparams _params) |
| |
| static void | polynomialpow2bar (double[] a, int n, double c, double s, out barycentricinterpolant p) |
| |
| static void | polynomialpow2bar (double[] a, int n, double c, double s, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialpow2bar (double[] a, out barycentricinterpolant p) |
| |
| static void | polynomialpow2bar (double[] a, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuild (double[] x, double[] y, int n, out barycentricinterpolant p) |
| |
| static void | polynomialbuild (double[] x, double[] y, int n, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuild (double[] x, double[] y, out barycentricinterpolant p) |
| |
| static void | polynomialbuild (double[] x, double[] y, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildeqdist (double a, double b, double[] y, int n, out barycentricinterpolant p) |
| |
| static void | polynomialbuildeqdist (double a, double b, double[] y, int n, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildeqdist (double a, double b, double[] y, out barycentricinterpolant p) |
| |
| static void | polynomialbuildeqdist (double a, double b, double[] y, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildcheb1 (double a, double b, double[] y, int n, out barycentricinterpolant p) |
| |
| static void | polynomialbuildcheb1 (double a, double b, double[] y, int n, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildcheb1 (double a, double b, double[] y, out barycentricinterpolant p) |
| |
| static void | polynomialbuildcheb1 (double a, double b, double[] y, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildcheb2 (double a, double b, double[] y, int n, out barycentricinterpolant p) |
| |
| static void | polynomialbuildcheb2 (double a, double b, double[] y, int n, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static void | polynomialbuildcheb2 (double a, double b, double[] y, out barycentricinterpolant p) |
| |
| static void | polynomialbuildcheb2 (double a, double b, double[] y, out barycentricinterpolant p, alglib.xparams _params) |
| |
| static double | polynomialcalceqdist (double a, double b, double[] f, int n, double t) |
| |
| static double | polynomialcalceqdist (double a, double b, double[] f, int n, double t, alglib.xparams _params) |
| |
| static double | polynomialcalceqdist (double a, double b, double[] f, double t) |
| |
| static double | polynomialcalceqdist (double a, double b, double[] f, double t, alglib.xparams _params) |
| |
| static double | polynomialcalccheb1 (double a, double b, double[] f, int n, double t) |
| |
| static double | polynomialcalccheb1 (double a, double b, double[] f, int n, double t, alglib.xparams _params) |
| |
| static double | polynomialcalccheb1 (double a, double b, double[] f, double t) |
| |
| static double | polynomialcalccheb1 (double a, double b, double[] f, double t, alglib.xparams _params) |
| |
| static double | polynomialcalccheb2 (double a, double b, double[] f, int n, double t) |
| |
| static double | polynomialcalccheb2 (double a, double b, double[] f, int n, double t, alglib.xparams _params) |
| |
| static double | polynomialcalccheb2 (double a, double b, double[] f, double t) |
| |
| static double | polynomialcalccheb2 (double a, double b, double[] f, double t, alglib.xparams _params) |
| |
| static void | lstfitpiecewiselinearrdpfixed (double[] x, double[] y, int n, int m, out double[] x2, out double[] y2, out int nsections) |
| |
| static void | lstfitpiecewiselinearrdpfixed (double[] x, double[] y, int n, int m, out double[] x2, out double[] y2, out int nsections, alglib.xparams _params) |
| |
| static void | lstfitpiecewiselinearrdp (double[] x, double[] y, int n, double eps, out double[] x2, out double[] y2, out int nsections) |
| |
| static void | lstfitpiecewiselinearrdp (double[] x, double[] y, int n, double eps, out double[] x2, out double[] y2, out int nsections, alglib.xparams _params) |
| |
| static void | polynomialfit (double[] x, double[] y, int n, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep) |
| |
| static void | polynomialfit (double[] x, double[] y, int n, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep, alglib.xparams _params) |
| |
| static void | polynomialfit (double[] x, double[] y, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep) |
| |
| static void | polynomialfit (double[] x, double[] y, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep, alglib.xparams _params) |
| |
| static void | polynomialfitwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep) |
| |
| static void | polynomialfitwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep, alglib.xparams _params) |
| |
| static void | polynomialfitwc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep) |
| |
| static void | polynomialfitwc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out barycentricinterpolant p, out polynomialfitreport rep, alglib.xparams _params) |
| |
| static double | logisticcalc4 (double x, double a, double b, double c, double d) |
| |
| static double | logisticcalc4 (double x, double a, double b, double c, double d, alglib.xparams _params) |
| |
| static double | logisticcalc5 (double x, double a, double b, double c, double d, double g) |
| |
| static double | logisticcalc5 (double x, double a, double b, double c, double d, double g, alglib.xparams _params) |
| |
| static void | logisticfit4 (double[] x, double[] y, int n, out double a, out double b, out double c, out double d, out lsfitreport rep) |
| |
| static void | logisticfit4 (double[] x, double[] y, int n, out double a, out double b, out double c, out double d, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | logisticfit4ec (double[] x, double[] y, int n, double cnstrleft, double cnstrright, out double a, out double b, out double c, out double d, out lsfitreport rep) |
| |
| static void | logisticfit4ec (double[] x, double[] y, int n, double cnstrleft, double cnstrright, out double a, out double b, out double c, out double d, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | logisticfit5 (double[] x, double[] y, int n, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep) |
| |
| static void | logisticfit5 (double[] x, double[] y, int n, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | logisticfit5ec (double[] x, double[] y, int n, double cnstrleft, double cnstrright, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep) |
| |
| static void | logisticfit5ec (double[] x, double[] y, int n, double cnstrleft, double cnstrright, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | logisticfit45x (double[] x, double[] y, int n, double cnstrleft, double cnstrright, bool is4pl, double lambdav, double epsx, int rscnt, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep) |
| |
| static void | logisticfit45x (double[] x, double[] y, int n, double cnstrleft, double cnstrright, bool is4pl, double lambdav, double epsx, int rscnt, out double a, out double b, out double c, out double d, out double g, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | barycentricfitfloaterhormannwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out barycentricinterpolant b, out barycentricfitreport rep) |
| |
| static void | barycentricfitfloaterhormannwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out barycentricinterpolant b, out barycentricfitreport rep, alglib.xparams _params) |
| |
| static void | barycentricfitfloaterhormann (double[] x, double[] y, int n, int m, out int info, out barycentricinterpolant b, out barycentricfitreport rep) |
| |
| static void | barycentricfitfloaterhormann (double[] x, double[] y, int n, int m, out int info, out barycentricinterpolant b, out barycentricfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfithermitewc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfithermitewc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfithermitewc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfithermitewc (double[] x, double[] y, double[] w, double[] xc, double[] yc, int[] dc, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitcubic (double[] x, double[] y, int n, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitcubic (double[] x, double[] y, int n, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitcubic (double[] x, double[] y, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitcubic (double[] x, double[] y, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfithermite (double[] x, double[] y, int n, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfithermite (double[] x, double[] y, int n, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfithermite (double[] x, double[] y, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfithermite (double[] x, double[] y, int m, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, int n, int m, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, int n, int m, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinear (double[] y, double[,] fmatrix, int n, int m, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinear (double[] y, double[,] fmatrix, int n, int m, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinear (double[] y, double[,] fmatrix, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinear (double[] y, double[,] fmatrix, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, double diffstep, out lsfitstate state) |
| |
| static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, double diffstep, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, double diffstep, out lsfitstate state) |
| |
| static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, double diffstep, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatef (double[,] x, double[] y, double[] c, int n, int m, int k, double diffstep, out lsfitstate state) |
| |
| static void | lsfitcreatef (double[,] x, double[] y, double[] c, int n, int m, int k, double diffstep, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatef (double[,] x, double[] y, double[] c, double diffstep, out lsfitstate state) |
| |
| static void | lsfitcreatef (double[,] x, double[] y, double[] c, double diffstep, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, bool cheapfg, out lsfitstate state) |
| |
| static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, bool cheapfg, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, bool cheapfg, out lsfitstate state) |
| |
| static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, bool cheapfg, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatefg (double[,] x, double[] y, double[] c, int n, int m, int k, bool cheapfg, out lsfitstate state) |
| |
| static void | lsfitcreatefg (double[,] x, double[] y, double[] c, int n, int m, int k, bool cheapfg, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatefg (double[,] x, double[] y, double[] c, bool cheapfg, out lsfitstate state) |
| |
| static void | lsfitcreatefg (double[,] x, double[] y, double[] c, bool cheapfg, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, out lsfitstate state) |
| |
| static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, out lsfitstate state) |
| |
| static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, int n, int m, int k, out lsfitstate state) |
| |
| static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, int n, int m, int k, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, out lsfitstate state) |
| |
| static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, out lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitsetcond (lsfitstate state, double epsx, int maxits) |
| |
| static void | lsfitsetcond (lsfitstate state, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | lsfitsetstpmax (lsfitstate state, double stpmax) |
| |
| static void | lsfitsetstpmax (lsfitstate state, double stpmax, alglib.xparams _params) |
| |
| static void | lsfitsetxrep (lsfitstate state, bool needxrep) |
| |
| static void | lsfitsetxrep (lsfitstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | lsfitsetscale (lsfitstate state, double[] s) |
| |
| static void | lsfitsetscale (lsfitstate state, double[] s, alglib.xparams _params) |
| |
| static void | lsfitsetbc (lsfitstate state, double[] bndl, double[] bndu) |
| |
| static void | lsfitsetbc (lsfitstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | lsfitsetlc (lsfitstate state, double[,] c, int[] ct, int k) |
| |
| static void | lsfitsetlc (lsfitstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | lsfitsetlc (lsfitstate state, double[,] c, int[] ct) |
| |
| static void | lsfitsetlc (lsfitstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static bool | lsfititeration (lsfitstate state) |
| |
| static bool | lsfititeration (lsfitstate state, alglib.xparams _params) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_rep rep, object obj) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_pgrad grad, ndimensional_rep rep, object obj) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_pgrad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_pgrad grad, ndimensional_phess hess, ndimensional_rep rep, object obj) |
| |
| static void | lsfitfit (lsfitstate state, ndimensional_pfunc func, ndimensional_pgrad grad, ndimensional_phess hess, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | lsfitresults (lsfitstate state, out int info, out double[] c, out lsfitreport rep) |
| |
| static void | lsfitresults (lsfitstate state, out int info, out double[] c, out lsfitreport rep, alglib.xparams _params) |
| |
| static void | lsfitsetgradientcheck (lsfitstate state, double teststep) |
| |
| static void | lsfitsetgradientcheck (lsfitstate state, double teststep, alglib.xparams _params) |
| |
| static void | spline2dserialize (spline2dinterpolant obj, out string s_out) |
| |
| static void | spline2dunserialize (string s_in, out spline2dinterpolant obj) |
| |
| static void | spline2dserialize (spline2dinterpolant obj, System.IO.Stream stream_out) |
| |
| static void | spline2dunserialize (System.IO.Stream stream_in, out spline2dinterpolant obj) |
| |
| static double | spline2dcalc (spline2dinterpolant c, double x, double y) |
| |
| static double | spline2dcalc (spline2dinterpolant c, double x, double y, alglib.xparams _params) |
| |
| static void | spline2ddiff (spline2dinterpolant c, double x, double y, out double f, out double fx, out double fy, out double fxy) |
| |
| static void | spline2ddiff (spline2dinterpolant c, double x, double y, out double f, out double fx, out double fy, out double fxy, alglib.xparams _params) |
| |
| static void | spline2dcalcvbuf (spline2dinterpolant c, double x, double y, ref double[] f) |
| |
| static void | spline2dcalcvbuf (spline2dinterpolant c, double x, double y, ref double[] f, alglib.xparams _params) |
| |
| static double | spline2dcalcvi (spline2dinterpolant c, double x, double y, int i) |
| |
| static double | spline2dcalcvi (spline2dinterpolant c, double x, double y, int i, alglib.xparams _params) |
| |
| static void | spline2dcalcv (spline2dinterpolant c, double x, double y, out double[] f) |
| |
| static void | spline2dcalcv (spline2dinterpolant c, double x, double y, out double[] f, alglib.xparams _params) |
| |
| static void | spline2ddiffvi (spline2dinterpolant c, double x, double y, int i, out double f, out double fx, out double fy, out double fxy) |
| |
| static void | spline2ddiffvi (spline2dinterpolant c, double x, double y, int i, out double f, out double fx, out double fy, out double fxy, alglib.xparams _params) |
| |
| static void | spline2dlintransxy (spline2dinterpolant c, double ax, double bx, double ay, double by) |
| |
| static void | spline2dlintransxy (spline2dinterpolant c, double ax, double bx, double ay, double by, alglib.xparams _params) |
| |
| static void | spline2dlintransf (spline2dinterpolant c, double a, double b) |
| |
| static void | spline2dlintransf (spline2dinterpolant c, double a, double b, alglib.xparams _params) |
| |
| static void | spline2dcopy (spline2dinterpolant c, out spline2dinterpolant cc) |
| |
| static void | spline2dcopy (spline2dinterpolant c, out spline2dinterpolant cc, alglib.xparams _params) |
| |
| static void | spline2dresamplebicubic (double[,] a, int oldheight, int oldwidth, out double[,] b, int newheight, int newwidth) |
| |
| static void | spline2dresamplebicubic (double[,] a, int oldheight, int oldwidth, out double[,] b, int newheight, int newwidth, alglib.xparams _params) |
| |
| static void | spline2dresamplebilinear (double[,] a, int oldheight, int oldwidth, out double[,] b, int newheight, int newwidth) |
| |
| static void | spline2dresamplebilinear (double[,] a, int oldheight, int oldwidth, out double[,] b, int newheight, int newwidth, alglib.xparams _params) |
| |
| static void | spline2dbuildbilinearv (double[] x, int n, double[] y, int m, double[] f, int d, out spline2dinterpolant c) |
| |
| static void | spline2dbuildbilinearv (double[] x, int n, double[] y, int m, double[] f, int d, out spline2dinterpolant c, alglib.xparams _params) |
| |
| static void | spline2dbuildbicubicv (double[] x, int n, double[] y, int m, double[] f, int d, out spline2dinterpolant c) |
| |
| static void | spline2dbuildbicubicv (double[] x, int n, double[] y, int m, double[] f, int d, out spline2dinterpolant c, alglib.xparams _params) |
| |
| static void | spline2dunpackv (spline2dinterpolant c, out int m, out int n, out int d, out double[,] tbl) |
| |
| static void | spline2dunpackv (spline2dinterpolant c, out int m, out int n, out int d, out double[,] tbl, alglib.xparams _params) |
| |
| static void | spline2dbuildbilinear (double[] x, double[] y, double[,] f, int m, int n, out spline2dinterpolant c) |
| |
| static void | spline2dbuildbilinear (double[] x, double[] y, double[,] f, int m, int n, out spline2dinterpolant c, alglib.xparams _params) |
| |
| static void | spline2dbuildbicubic (double[] x, double[] y, double[,] f, int m, int n, out spline2dinterpolant c) |
| |
| static void | spline2dbuildbicubic (double[] x, double[] y, double[,] f, int m, int n, out spline2dinterpolant c, alglib.xparams _params) |
| |
| static void | spline2dunpack (spline2dinterpolant c, out int m, out int n, out double[,] tbl) |
| |
| static void | spline2dunpack (spline2dinterpolant c, out int m, out int n, out double[,] tbl, alglib.xparams _params) |
| |
| static void | spline2dbuildercreate (int d, out spline2dbuilder state) |
| |
| static void | spline2dbuildercreate (int d, out spline2dbuilder state, alglib.xparams _params) |
| |
| static void | spline2dbuildersetuserterm (spline2dbuilder state, double v) |
| |
| static void | spline2dbuildersetuserterm (spline2dbuilder state, double v, alglib.xparams _params) |
| |
| static void | spline2dbuildersetlinterm (spline2dbuilder state) |
| |
| static void | spline2dbuildersetlinterm (spline2dbuilder state, alglib.xparams _params) |
| |
| static void | spline2dbuildersetconstterm (spline2dbuilder state) |
| |
| static void | spline2dbuildersetconstterm (spline2dbuilder state, alglib.xparams _params) |
| |
| static void | spline2dbuildersetzeroterm (spline2dbuilder state) |
| |
| static void | spline2dbuildersetzeroterm (spline2dbuilder state, alglib.xparams _params) |
| |
| static void | spline2dbuildersetpoints (spline2dbuilder state, double[,] xy, int n) |
| |
| static void | spline2dbuildersetpoints (spline2dbuilder state, double[,] xy, int n, alglib.xparams _params) |
| |
| static void | spline2dbuildersetareaauto (spline2dbuilder state) |
| |
| static void | spline2dbuildersetareaauto (spline2dbuilder state, alglib.xparams _params) |
| |
| static void | spline2dbuildersetarea (spline2dbuilder state, double xa, double xb, double ya, double yb) |
| |
| static void | spline2dbuildersetarea (spline2dbuilder state, double xa, double xb, double ya, double yb, alglib.xparams _params) |
| |
| static void | spline2dbuildersetgrid (spline2dbuilder state, int kx, int ky) |
| |
| static void | spline2dbuildersetgrid (spline2dbuilder state, int kx, int ky, alglib.xparams _params) |
| |
| static void | spline2dbuildersetalgofastddm (spline2dbuilder state, int nlayers, double lambdav) |
| |
| static void | spline2dbuildersetalgofastddm (spline2dbuilder state, int nlayers, double lambdav, alglib.xparams _params) |
| |
| static void | spline2dbuildersetalgoblocklls (spline2dbuilder state, double lambdans) |
| |
| static void | spline2dbuildersetalgoblocklls (spline2dbuilder state, double lambdans, alglib.xparams _params) |
| |
| static void | spline2dbuildersetalgonaivells (spline2dbuilder state, double lambdans) |
| |
| static void | spline2dbuildersetalgonaivells (spline2dbuilder state, double lambdans, alglib.xparams _params) |
| |
| static void | spline2dfit (spline2dbuilder state, out spline2dinterpolant s, out spline2dfitreport rep) |
| |
| static void | spline2dfit (spline2dbuilder state, out spline2dinterpolant s, out spline2dfitreport rep, alglib.xparams _params) |
| |
| static void | rbfserialize (rbfmodel obj, out string s_out) |
| |
| static void | rbfunserialize (string s_in, out rbfmodel obj) |
| |
| static void | rbfserialize (rbfmodel obj, System.IO.Stream stream_out) |
| |
| static void | rbfunserialize (System.IO.Stream stream_in, out rbfmodel obj) |
| |
| static void | rbfcreate (int nx, int ny, out rbfmodel s) |
| |
| static void | rbfcreate (int nx, int ny, out rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfcreatecalcbuffer (rbfmodel s, out rbfcalcbuffer buf) |
| |
| static void | rbfcreatecalcbuffer (rbfmodel s, out rbfcalcbuffer buf, alglib.xparams _params) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy, int n) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy, int n, alglib.xparams _params) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy, alglib.xparams _params) |
| |
| static void | rbfsetpointsandscales (rbfmodel r, double[,] xy, int n, double[] s) |
| |
| static void | rbfsetpointsandscales (rbfmodel r, double[,] xy, int n, double[] s, alglib.xparams _params) |
| |
| static void | rbfsetpointsandscales (rbfmodel r, double[,] xy, double[] s) |
| |
| static void | rbfsetpointsandscales (rbfmodel r, double[,] xy, double[] s, alglib.xparams _params) |
| |
| static void | rbfsetalgoqnn (rbfmodel s, double q, double z) |
| |
| static void | rbfsetalgoqnn (rbfmodel s, double q, double z, alglib.xparams _params) |
| |
| static void | rbfsetalgoqnn (rbfmodel s) |
| |
| static void | rbfsetalgoqnn (rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers, double lambdav) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers, double lambdav, alglib.xparams _params) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers, alglib.xparams _params) |
| |
| static void | rbfsetalgohierarchical (rbfmodel s, double rbase, int nlayers, double lambdans) |
| |
| static void | rbfsetalgohierarchical (rbfmodel s, double rbase, int nlayers, double lambdans, alglib.xparams _params) |
| |
| static void | rbfsetlinterm (rbfmodel s) |
| |
| static void | rbfsetlinterm (rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfsetconstterm (rbfmodel s) |
| |
| static void | rbfsetconstterm (rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfsetzeroterm (rbfmodel s) |
| |
| static void | rbfsetzeroterm (rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfsetv2bf (rbfmodel s, int bf) |
| |
| static void | rbfsetv2bf (rbfmodel s, int bf, alglib.xparams _params) |
| |
| static void | rbfsetv2its (rbfmodel s, int maxits) |
| |
| static void | rbfsetv2its (rbfmodel s, int maxits, alglib.xparams _params) |
| |
| static void | rbfsetv2supportr (rbfmodel s, double r) |
| |
| static void | rbfsetv2supportr (rbfmodel s, double r, alglib.xparams _params) |
| |
| static void | rbfbuildmodel (rbfmodel s, out rbfreport rep) |
| |
| static void | rbfbuildmodel (rbfmodel s, out rbfreport rep, alglib.xparams _params) |
| |
| static double | rbfcalc1 (rbfmodel s, double x0) |
| |
| static double | rbfcalc1 (rbfmodel s, double x0, alglib.xparams _params) |
| |
| static double | rbfcalc2 (rbfmodel s, double x0, double x1) |
| |
| static double | rbfcalc2 (rbfmodel s, double x0, double x1, alglib.xparams _params) |
| |
| static double | rbfcalc3 (rbfmodel s, double x0, double x1, double x2) |
| |
| static double | rbfcalc3 (rbfmodel s, double x0, double x1, double x2, alglib.xparams _params) |
| |
| static void | rbfcalc (rbfmodel s, double[] x, out double[] y) |
| |
| static void | rbfcalc (rbfmodel s, double[] x, out double[] y, alglib.xparams _params) |
| |
| static void | rbfcalcbuf (rbfmodel s, double[] x, ref double[] y) |
| |
| static void | rbfcalcbuf (rbfmodel s, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | rbftscalcbuf (rbfmodel s, rbfcalcbuffer buf, double[] x, ref double[] y) |
| |
| static void | rbftscalcbuf (rbfmodel s, rbfcalcbuffer buf, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | rbfgridcalc2 (rbfmodel s, double[] x0, int n0, double[] x1, int n1, out double[,] y) |
| |
| static void | rbfgridcalc2 (rbfmodel s, double[] x0, int n0, double[] x1, int n1, out double[,] y, alglib.xparams _params) |
| |
| static void | rbfgridcalc2v (rbfmodel s, double[] x0, int n0, double[] x1, int n1, out double[] y) |
| |
| static void | rbfgridcalc2v (rbfmodel s, double[] x0, int n0, double[] x1, int n1, out double[] y, alglib.xparams _params) |
| |
| static void | rbfgridcalc2vsubset (rbfmodel s, double[] x0, int n0, double[] x1, int n1, bool[] flagy, out double[] y) |
| |
| static void | rbfgridcalc2vsubset (rbfmodel s, double[] x0, int n0, double[] x1, int n1, bool[] flagy, out double[] y, alglib.xparams _params) |
| |
| static void | rbfgridcalc3v (rbfmodel s, double[] x0, int n0, double[] x1, int n1, double[] x2, int n2, out double[] y) |
| |
| static void | rbfgridcalc3v (rbfmodel s, double[] x0, int n0, double[] x1, int n1, double[] x2, int n2, out double[] y, alglib.xparams _params) |
| |
| static void | rbfgridcalc3vsubset (rbfmodel s, double[] x0, int n0, double[] x1, int n1, double[] x2, int n2, bool[] flagy, out double[] y) |
| |
| static void | rbfgridcalc3vsubset (rbfmodel s, double[] x0, int n0, double[] x1, int n1, double[] x2, int n2, bool[] flagy, out double[] y, alglib.xparams _params) |
| |
| static void | rbfunpack (rbfmodel s, out int nx, out int ny, out double[,] xwr, out int nc, out double[,] v, out int modelversion) |
| |
| static void | rbfunpack (rbfmodel s, out int nx, out int ny, out double[,] xwr, out int nc, out double[,] v, out int modelversion, alglib.xparams _params) |
| |
| static int | rbfgetmodelversion (rbfmodel s) |
| |
| static int | rbfgetmodelversion (rbfmodel s, alglib.xparams _params) |
| |
| static double | rbfpeekprogress (rbfmodel s) |
| |
| static double | rbfpeekprogress (rbfmodel s, alglib.xparams _params) |
| |
| static void | rbfrequesttermination (rbfmodel s) |
| |
| static void | rbfrequesttermination (rbfmodel s, alglib.xparams _params) |
| |
| static void | nsfitspheremcc (double[,] xy, int npoints, int nx, out double[] cx, out double rhi) |
| |
| static void | nsfitspheremcc (double[,] xy, int npoints, int nx, out double[] cx, out double rhi, alglib.xparams _params) |
| |
| static void | nsfitspheremic (double[,] xy, int npoints, int nx, out double[] cx, out double rlo) |
| |
| static void | nsfitspheremic (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, alglib.xparams _params) |
| |
| static void | nsfitspheremzc (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, out double rhi) |
| |
| static void | nsfitspheremzc (double[,] xy, int npoints, int nx, out double[] cx, out double rlo, out double rhi, alglib.xparams _params) |
| |
| static void | nsfitspherex (double[,] xy, int npoints, int nx, int problemtype, double epsx, int aulits, double penalty, out double[] cx, out double rlo, out double rhi) |
| |
| static void | nsfitspherex (double[,] xy, int npoints, int nx, int problemtype, double epsx, int aulits, double penalty, out double[] cx, out double rlo, out double rhi, alglib.xparams _params) |
| |
| static void | spline1dfitpenalized (double[] x, double[] y, int n, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitpenalized (double[] x, double[] y, int n, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitpenalized (double[] x, double[] y, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitpenalized (double[] x, double[] y, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int n, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int n, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep) |
| |
| static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int m, double rho, out int info, out spline1dinterpolant s, out spline1dfitreport rep, alglib.xparams _params) |
| |
| static void | sparsecreate (int m, int n, int k, out sparsematrix s) |
| |
| static void | sparsecreate (int m, int n, int k, out sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreate (int m, int n, out sparsematrix s) |
| |
| static void | sparsecreate (int m, int n, out sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatebuf (int m, int n, int k, sparsematrix s) |
| |
| static void | sparsecreatebuf (int m, int n, int k, sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatebuf (int m, int n, sparsematrix s) |
| |
| static void | sparsecreatebuf (int m, int n, sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatecrs (int m, int n, int[] ner, out sparsematrix s) |
| |
| static void | sparsecreatecrs (int m, int n, int[] ner, out sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatecrsbuf (int m, int n, int[] ner, sparsematrix s) |
| |
| static void | sparsecreatecrsbuf (int m, int n, int[] ner, sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatesks (int m, int n, int[] d, int[] u, out sparsematrix s) |
| |
| static void | sparsecreatesks (int m, int n, int[] d, int[] u, out sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatesksbuf (int m, int n, int[] d, int[] u, sparsematrix s) |
| |
| static void | sparsecreatesksbuf (int m, int n, int[] d, int[] u, sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatesksband (int m, int n, int bw, out sparsematrix s) |
| |
| static void | sparsecreatesksband (int m, int n, int bw, out sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecreatesksbandbuf (int m, int n, int bw, sparsematrix s) |
| |
| static void | sparsecreatesksbandbuf (int m, int n, int bw, sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecopy (sparsematrix s0, out sparsematrix s1) |
| |
| static void | sparsecopy (sparsematrix s0, out sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparsecopybuf (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparsecopybuf (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseswap (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparseswap (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseadd (sparsematrix s, int i, int j, double v) |
| |
| static void | sparseadd (sparsematrix s, int i, int j, double v, alglib.xparams _params) |
| |
| static void | sparseset (sparsematrix s, int i, int j, double v) |
| |
| static void | sparseset (sparsematrix s, int i, int j, double v, alglib.xparams _params) |
| |
| static double | sparseget (sparsematrix s, int i, int j) |
| |
| static double | sparseget (sparsematrix s, int i, int j, alglib.xparams _params) |
| |
| static double | sparsegetdiagonal (sparsematrix s, int i) |
| |
| static double | sparsegetdiagonal (sparsematrix s, int i, alglib.xparams _params) |
| |
| static void | sparsemv (sparsematrix s, double[] x, ref double[] y) |
| |
| static void | sparsemv (sparsematrix s, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | sparsemtv (sparsematrix s, double[] x, ref double[] y) |
| |
| static void | sparsemtv (sparsematrix s, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | sparsegemv (sparsematrix s, double alpha, int ops, double[] x, int ix, double beta, ref double[] y, int iy) |
| |
| static void | sparsegemv (sparsematrix s, double alpha, int ops, double[] x, int ix, double beta, ref double[] y, int iy, alglib.xparams _params) |
| |
| static void | sparsemv2 (sparsematrix s, double[] x, ref double[] y0, ref double[] y1) |
| |
| static void | sparsemv2 (sparsematrix s, double[] x, ref double[] y0, ref double[] y1, alglib.xparams _params) |
| |
| static void | sparsesmv (sparsematrix s, bool isupper, double[] x, ref double[] y) |
| |
| static void | sparsesmv (sparsematrix s, bool isupper, double[] x, ref double[] y, alglib.xparams _params) |
| |
| static double | sparsevsmv (sparsematrix s, bool isupper, double[] x) |
| |
| static double | sparsevsmv (sparsematrix s, bool isupper, double[] x, alglib.xparams _params) |
| |
| static void | sparsemm (sparsematrix s, double[,] a, int k, ref double[,] b) |
| |
| static void | sparsemm (sparsematrix s, double[,] a, int k, ref double[,] b, alglib.xparams _params) |
| |
| static void | sparsemtm (sparsematrix s, double[,] a, int k, ref double[,] b) |
| |
| static void | sparsemtm (sparsematrix s, double[,] a, int k, ref double[,] b, alglib.xparams _params) |
| |
| static void | sparsemm2 (sparsematrix s, double[,] a, int k, ref double[,] b0, ref double[,] b1) |
| |
| static void | sparsemm2 (sparsematrix s, double[,] a, int k, ref double[,] b0, ref double[,] b1, alglib.xparams _params) |
| |
| static void | sparsesmm (sparsematrix s, bool isupper, double[,] a, int k, ref double[,] b) |
| |
| static void | sparsesmm (sparsematrix s, bool isupper, double[,] a, int k, ref double[,] b, alglib.xparams _params) |
| |
| static void | sparsetrmv (sparsematrix s, bool isupper, bool isunit, int optype, ref double[] x, ref double[] y) |
| |
| static void | sparsetrmv (sparsematrix s, bool isupper, bool isunit, int optype, ref double[] x, ref double[] y, alglib.xparams _params) |
| |
| static void | sparsetrsv (sparsematrix s, bool isupper, bool isunit, int optype, ref double[] x) |
| |
| static void | sparsetrsv (sparsematrix s, bool isupper, bool isunit, int optype, ref double[] x, alglib.xparams _params) |
| |
| static void | sparseresizematrix (sparsematrix s) |
| |
| static void | sparseresizematrix (sparsematrix s, alglib.xparams _params) |
| |
| static bool | sparseenumerate (sparsematrix s, ref int t0, ref int t1, out int i, out int j, out double v) |
| |
| static bool | sparseenumerate (sparsematrix s, ref int t0, ref int t1, out int i, out int j, out double v, alglib.xparams _params) |
| |
| static bool | sparserewriteexisting (sparsematrix s, int i, int j, double v) |
| |
| static bool | sparserewriteexisting (sparsematrix s, int i, int j, double v, alglib.xparams _params) |
| |
| static void | sparsegetrow (sparsematrix s, int i, ref double[] irow) |
| |
| static void | sparsegetrow (sparsematrix s, int i, ref double[] irow, alglib.xparams _params) |
| |
| static void | sparsegetcompressedrow (sparsematrix s, int i, ref int[] colidx, ref double[] vals, out int nzcnt) |
| |
| static void | sparsegetcompressedrow (sparsematrix s, int i, ref int[] colidx, ref double[] vals, out int nzcnt, alglib.xparams _params) |
| |
| static void | sparsetransposesks (sparsematrix s) |
| |
| static void | sparsetransposesks (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsetransposecrs (sparsematrix s) |
| |
| static void | sparsetransposecrs (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecopytransposecrs (sparsematrix s0, out sparsematrix s1) |
| |
| static void | sparsecopytransposecrs (sparsematrix s0, out sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparsecopytransposecrsbuf (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparsecopytransposecrsbuf (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseconvertto (sparsematrix s0, int fmt) |
| |
| static void | sparseconvertto (sparsematrix s0, int fmt, alglib.xparams _params) |
| |
| static void | sparsecopytobuf (sparsematrix s0, int fmt, sparsematrix s1) |
| |
| static void | sparsecopytobuf (sparsematrix s0, int fmt, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseconverttohash (sparsematrix s) |
| |
| static void | sparseconverttohash (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecopytohash (sparsematrix s0, out sparsematrix s1) |
| |
| static void | sparsecopytohash (sparsematrix s0, out sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparsecopytohashbuf (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparsecopytohashbuf (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseconverttocrs (sparsematrix s) |
| |
| static void | sparseconverttocrs (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecopytocrs (sparsematrix s0, out sparsematrix s1) |
| |
| static void | sparsecopytocrs (sparsematrix s0, out sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparsecopytocrsbuf (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparsecopytocrsbuf (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparseconverttosks (sparsematrix s) |
| |
| static void | sparseconverttosks (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsecopytosks (sparsematrix s0, out sparsematrix s1) |
| |
| static void | sparsecopytosks (sparsematrix s0, out sparsematrix s1, alglib.xparams _params) |
| |
| static void | sparsecopytosksbuf (sparsematrix s0, sparsematrix s1) |
| |
| static void | sparsecopytosksbuf (sparsematrix s0, sparsematrix s1, alglib.xparams _params) |
| |
| static int | sparsegetmatrixtype (sparsematrix s) |
| |
| static int | sparsegetmatrixtype (sparsematrix s, alglib.xparams _params) |
| |
| static bool | sparseishash (sparsematrix s) |
| |
| static bool | sparseishash (sparsematrix s, alglib.xparams _params) |
| |
| static bool | sparseiscrs (sparsematrix s) |
| |
| static bool | sparseiscrs (sparsematrix s, alglib.xparams _params) |
| |
| static bool | sparseissks (sparsematrix s) |
| |
| static bool | sparseissks (sparsematrix s, alglib.xparams _params) |
| |
| static void | sparsefree (out sparsematrix s) |
| |
| static void | sparsefree (out sparsematrix s, alglib.xparams _params) |
| |
| static int | sparsegetnrows (sparsematrix s) |
| |
| static int | sparsegetnrows (sparsematrix s, alglib.xparams _params) |
| |
| static int | sparsegetncols (sparsematrix s) |
| |
| static int | sparsegetncols (sparsematrix s, alglib.xparams _params) |
| |
| static int | sparsegetuppercount (sparsematrix s) |
| |
| static int | sparsegetuppercount (sparsematrix s, alglib.xparams _params) |
| |
| static int | sparsegetlowercount (sparsematrix s) |
| |
| static int | sparsegetlowercount (sparsematrix s, alglib.xparams _params) |
| |
| static void | cmatrixtranspose (int m, int n, complex[,] a, int ia, int ja, ref complex[,] b, int ib, int jb) |
| |
| static void | cmatrixtranspose (int m, int n, complex[,] a, int ia, int ja, ref complex[,] b, int ib, int jb, alglib.xparams _params) |
| |
| static void | rmatrixtranspose (int m, int n, double[,] a, int ia, int ja, ref double[,] b, int ib, int jb) |
| |
| static void | rmatrixtranspose (int m, int n, double[,] a, int ia, int ja, ref double[,] b, int ib, int jb, alglib.xparams _params) |
| |
| static void | rmatrixenforcesymmetricity (ref double[,] a, int n, bool isupper) |
| |
| static void | rmatrixenforcesymmetricity (ref double[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static void | cmatrixcopy (int m, int n, complex[,] a, int ia, int ja, ref complex[,] b, int ib, int jb) |
| |
| static void | cmatrixcopy (int m, int n, complex[,] a, int ia, int ja, ref complex[,] b, int ib, int jb, alglib.xparams _params) |
| |
| static void | rvectorcopy (int n, double[] a, int ia, ref double[] b, int ib) |
| |
| static void | rvectorcopy (int n, double[] a, int ia, ref double[] b, int ib, alglib.xparams _params) |
| |
| static void | rmatrixcopy (int m, int n, double[,] a, int ia, int ja, ref double[,] b, int ib, int jb) |
| |
| static void | rmatrixcopy (int m, int n, double[,] a, int ia, int ja, ref double[,] b, int ib, int jb, alglib.xparams _params) |
| |
| static void | rmatrixgencopy (int m, int n, double alpha, double[,] a, int ia, int ja, double beta, ref double[,] b, int ib, int jb) |
| |
| static void | rmatrixgencopy (int m, int n, double alpha, double[,] a, int ia, int ja, double beta, ref double[,] b, int ib, int jb, alglib.xparams _params) |
| |
| static void | rmatrixger (int m, int n, ref double[,] a, int ia, int ja, double alpha, double[] u, int iu, double[] v, int iv) |
| |
| static void | rmatrixger (int m, int n, ref double[,] a, int ia, int ja, double alpha, double[] u, int iu, double[] v, int iv, alglib.xparams _params) |
| |
| static void | cmatrixrank1 (int m, int n, ref complex[,] a, int ia, int ja, ref complex[] u, int iu, ref complex[] v, int iv) |
| |
| static void | cmatrixrank1 (int m, int n, ref complex[,] a, int ia, int ja, ref complex[] u, int iu, ref complex[] v, int iv, alglib.xparams _params) |
| |
| static void | rmatrixrank1 (int m, int n, ref double[,] a, int ia, int ja, ref double[] u, int iu, ref double[] v, int iv) |
| |
| static void | rmatrixrank1 (int m, int n, ref double[,] a, int ia, int ja, ref double[] u, int iu, ref double[] v, int iv, alglib.xparams _params) |
| |
| static void | rmatrixgemv (int m, int n, double alpha, double[,] a, int ia, int ja, int opa, double[] x, int ix, double beta, ref double[] y, int iy) |
| |
| static void | rmatrixgemv (int m, int n, double alpha, double[,] a, int ia, int ja, int opa, double[] x, int ix, double beta, ref double[] y, int iy, alglib.xparams _params) |
| |
| static void | cmatrixmv (int m, int n, complex[,] a, int ia, int ja, int opa, complex[] x, int ix, ref complex[] y, int iy) |
| |
| static void | cmatrixmv (int m, int n, complex[,] a, int ia, int ja, int opa, complex[] x, int ix, ref complex[] y, int iy, alglib.xparams _params) |
| |
| static void | rmatrixmv (int m, int n, double[,] a, int ia, int ja, int opa, double[] x, int ix, ref double[] y, int iy) |
| |
| static void | rmatrixmv (int m, int n, double[,] a, int ia, int ja, int opa, double[] x, int ix, ref double[] y, int iy, alglib.xparams _params) |
| |
| static void | rmatrixsymv (int n, double alpha, double[,] a, int ia, int ja, bool isupper, double[] x, int ix, double beta, ref double[] y, int iy) |
| |
| static void | rmatrixsymv (int n, double alpha, double[,] a, int ia, int ja, bool isupper, double[] x, int ix, double beta, ref double[] y, int iy, alglib.xparams _params) |
| |
| static double | rmatrixsyvmv (int n, double[,] a, int ia, int ja, bool isupper, double[] x, int ix, ref double[] tmp) |
| |
| static double | rmatrixsyvmv (int n, double[,] a, int ia, int ja, bool isupper, double[] x, int ix, ref double[] tmp, alglib.xparams _params) |
| |
| static void | rmatrixtrsv (int n, double[,] a, int ia, int ja, bool isupper, bool isunit, int optype, ref double[] x, int ix) |
| |
| static void | rmatrixtrsv (int n, double[,] a, int ia, int ja, bool isupper, bool isunit, int optype, ref double[] x, int ix, alglib.xparams _params) |
| |
| static void | cmatrixrighttrsm (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2) |
| |
| static void | cmatrixrighttrsm (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2, alglib.xparams _params) |
| |
| static void | cmatrixlefttrsm (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2) |
| |
| static void | cmatrixlefttrsm (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2, alglib.xparams _params) |
| |
| static void | rmatrixrighttrsm (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2) |
| |
| static void | rmatrixrighttrsm (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2, alglib.xparams _params) |
| |
| static void | rmatrixlefttrsm (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2) |
| |
| static void | rmatrixlefttrsm (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2, alglib.xparams _params) |
| |
| static void | cmatrixherk (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, ref complex[,] c, int ic, int jc, bool isupper) |
| |
| static void | cmatrixherk (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, ref complex[,] c, int ic, int jc, bool isupper, alglib.xparams _params) |
| |
| static void | rmatrixsyrk (int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double beta, ref double[,] c, int ic, int jc, bool isupper) |
| |
| static void | rmatrixsyrk (int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double beta, ref double[,] c, int ic, int jc, bool isupper, alglib.xparams _params) |
| |
| static void | cmatrixgemm (int m, int n, int k, complex alpha, complex[,] a, int ia, int ja, int optypea, complex[,] b, int ib, int jb, int optypeb, complex beta, ref complex[,] c, int ic, int jc) |
| |
| static void | cmatrixgemm (int m, int n, int k, complex alpha, complex[,] a, int ia, int ja, int optypea, complex[,] b, int ib, int jb, int optypeb, complex beta, ref complex[,] c, int ic, int jc, alglib.xparams _params) |
| |
| static void | rmatrixgemm (int m, int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double[,] b, int ib, int jb, int optypeb, double beta, ref double[,] c, int ic, int jc) |
| |
| static void | rmatrixgemm (int m, int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double[,] b, int ib, int jb, int optypeb, double beta, ref double[,] c, int ic, int jc, alglib.xparams _params) |
| |
| static void | cmatrixsyrk (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, ref complex[,] c, int ic, int jc, bool isupper) |
| |
| static void | cmatrixsyrk (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, ref complex[,] c, int ic, int jc, bool isupper, alglib.xparams _params) |
| |
| static void | rmatrixrndorthogonal (int n, out double[,] a) |
| |
| static void | rmatrixrndorthogonal (int n, out double[,] a, alglib.xparams _params) |
| |
| static void | rmatrixrndcond (int n, double c, out double[,] a) |
| |
| static void | rmatrixrndcond (int n, double c, out double[,] a, alglib.xparams _params) |
| |
| static void | cmatrixrndorthogonal (int n, out complex[,] a) |
| |
| static void | cmatrixrndorthogonal (int n, out complex[,] a, alglib.xparams _params) |
| |
| static void | cmatrixrndcond (int n, double c, out complex[,] a) |
| |
| static void | cmatrixrndcond (int n, double c, out complex[,] a, alglib.xparams _params) |
| |
| static void | smatrixrndcond (int n, double c, out double[,] a) |
| |
| static void | smatrixrndcond (int n, double c, out double[,] a, alglib.xparams _params) |
| |
| static void | spdmatrixrndcond (int n, double c, out double[,] a) |
| |
| static void | spdmatrixrndcond (int n, double c, out double[,] a, alglib.xparams _params) |
| |
| static void | hmatrixrndcond (int n, double c, out complex[,] a) |
| |
| static void | hmatrixrndcond (int n, double c, out complex[,] a, alglib.xparams _params) |
| |
| static void | hpdmatrixrndcond (int n, double c, out complex[,] a) |
| |
| static void | hpdmatrixrndcond (int n, double c, out complex[,] a, alglib.xparams _params) |
| |
| static void | rmatrixrndorthogonalfromtheright (ref double[,] a, int m, int n) |
| |
| static void | rmatrixrndorthogonalfromtheright (ref double[,] a, int m, int n, alglib.xparams _params) |
| |
| static void | rmatrixrndorthogonalfromtheleft (ref double[,] a, int m, int n) |
| |
| static void | rmatrixrndorthogonalfromtheleft (ref double[,] a, int m, int n, alglib.xparams _params) |
| |
| static void | cmatrixrndorthogonalfromtheright (ref complex[,] a, int m, int n) |
| |
| static void | cmatrixrndorthogonalfromtheright (ref complex[,] a, int m, int n, alglib.xparams _params) |
| |
| static void | cmatrixrndorthogonalfromtheleft (ref complex[,] a, int m, int n) |
| |
| static void | cmatrixrndorthogonalfromtheleft (ref complex[,] a, int m, int n, alglib.xparams _params) |
| |
| static void | smatrixrndmultiply (ref double[,] a, int n) |
| |
| static void | smatrixrndmultiply (ref double[,] a, int n, alglib.xparams _params) |
| |
| static void | hmatrixrndmultiply (ref complex[,] a, int n) |
| |
| static void | hmatrixrndmultiply (ref complex[,] a, int n, alglib.xparams _params) |
| |
| static void | rmatrixlu (ref double[,] a, int m, int n, out int[] pivots) |
| |
| static void | rmatrixlu (ref double[,] a, int m, int n, out int[] pivots, alglib.xparams _params) |
| |
| static void | cmatrixlu (ref complex[,] a, int m, int n, out int[] pivots) |
| |
| static void | cmatrixlu (ref complex[,] a, int m, int n, out int[] pivots, alglib.xparams _params) |
| |
| static bool | hpdmatrixcholesky (ref complex[,] a, int n, bool isupper) |
| |
| static bool | hpdmatrixcholesky (ref complex[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static bool | spdmatrixcholesky (ref double[,] a, int n, bool isupper) |
| |
| static bool | spdmatrixcholesky (ref double[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyupdateadd1 (ref double[,] a, int n, bool isupper, double[] u) |
| |
| static void | spdmatrixcholeskyupdateadd1 (ref double[,] a, int n, bool isupper, double[] u, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyupdatefix (ref double[,] a, int n, bool isupper, bool[] fix) |
| |
| static void | spdmatrixcholeskyupdatefix (ref double[,] a, int n, bool isupper, bool[] fix, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyupdateadd1buf (ref double[,] a, int n, bool isupper, double[] u, ref double[] bufr) |
| |
| static void | spdmatrixcholeskyupdateadd1buf (ref double[,] a, int n, bool isupper, double[] u, ref double[] bufr, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyupdatefixbuf (ref double[,] a, int n, bool isupper, bool[] fix, ref double[] bufr) |
| |
| static void | spdmatrixcholeskyupdatefixbuf (ref double[,] a, int n, bool isupper, bool[] fix, ref double[] bufr, alglib.xparams _params) |
| |
| static bool | sparselu (sparsematrix a, int pivottype, out int[] p, out int[] q) |
| |
| static bool | sparselu (sparsematrix a, int pivottype, out int[] p, out int[] q, alglib.xparams _params) |
| |
| static bool | sparsecholeskyskyline (sparsematrix a, int n, bool isupper) |
| |
| static bool | sparsecholeskyskyline (sparsematrix a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | rmatrixrcond1 (double[,] a, int n) |
| |
| static double | rmatrixrcond1 (double[,] a, int n, alglib.xparams _params) |
| |
| static double | rmatrixrcondinf (double[,] a, int n) |
| |
| static double | rmatrixrcondinf (double[,] a, int n, alglib.xparams _params) |
| |
| static double | spdmatrixrcond (double[,] a, int n, bool isupper) |
| |
| static double | spdmatrixrcond (double[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | rmatrixtrrcond1 (double[,] a, int n, bool isupper, bool isunit) |
| |
| static double | rmatrixtrrcond1 (double[,] a, int n, bool isupper, bool isunit, alglib.xparams _params) |
| |
| static double | rmatrixtrrcondinf (double[,] a, int n, bool isupper, bool isunit) |
| |
| static double | rmatrixtrrcondinf (double[,] a, int n, bool isupper, bool isunit, alglib.xparams _params) |
| |
| static double | hpdmatrixrcond (complex[,] a, int n, bool isupper) |
| |
| static double | hpdmatrixrcond (complex[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | cmatrixrcond1 (complex[,] a, int n) |
| |
| static double | cmatrixrcond1 (complex[,] a, int n, alglib.xparams _params) |
| |
| static double | cmatrixrcondinf (complex[,] a, int n) |
| |
| static double | cmatrixrcondinf (complex[,] a, int n, alglib.xparams _params) |
| |
| static double | rmatrixlurcond1 (double[,] lua, int n) |
| |
| static double | rmatrixlurcond1 (double[,] lua, int n, alglib.xparams _params) |
| |
| static double | rmatrixlurcondinf (double[,] lua, int n) |
| |
| static double | rmatrixlurcondinf (double[,] lua, int n, alglib.xparams _params) |
| |
| static double | spdmatrixcholeskyrcond (double[,] a, int n, bool isupper) |
| |
| static double | spdmatrixcholeskyrcond (double[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | hpdmatrixcholeskyrcond (complex[,] a, int n, bool isupper) |
| |
| static double | hpdmatrixcholeskyrcond (complex[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | cmatrixlurcond1 (complex[,] lua, int n) |
| |
| static double | cmatrixlurcond1 (complex[,] lua, int n, alglib.xparams _params) |
| |
| static double | cmatrixlurcondinf (complex[,] lua, int n) |
| |
| static double | cmatrixlurcondinf (complex[,] lua, int n, alglib.xparams _params) |
| |
| static double | cmatrixtrrcond1 (complex[,] a, int n, bool isupper, bool isunit) |
| |
| static double | cmatrixtrrcond1 (complex[,] a, int n, bool isupper, bool isunit, alglib.xparams _params) |
| |
| static double | cmatrixtrrcondinf (complex[,] a, int n, bool isupper, bool isunit) |
| |
| static double | cmatrixtrrcondinf (complex[,] a, int n, bool isupper, bool isunit, alglib.xparams _params) |
| |
| static void | rmatrixluinverse (ref double[,] a, int[] pivots, int n, out int info, out matinvreport rep) |
| |
| static void | rmatrixluinverse (ref double[,] a, int[] pivots, int n, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixluinverse (ref double[,] a, int[] pivots, out int info, out matinvreport rep) |
| |
| static void | rmatrixluinverse (ref double[,] a, int[] pivots, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixinverse (ref double[,] a, int n, out int info, out matinvreport rep) |
| |
| static void | rmatrixinverse (ref double[,] a, int n, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixinverse (ref double[,] a, out int info, out matinvreport rep) |
| |
| static void | rmatrixinverse (ref double[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixluinverse (ref complex[,] a, int[] pivots, int n, out int info, out matinvreport rep) |
| |
| static void | cmatrixluinverse (ref complex[,] a, int[] pivots, int n, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixluinverse (ref complex[,] a, int[] pivots, out int info, out matinvreport rep) |
| |
| static void | cmatrixluinverse (ref complex[,] a, int[] pivots, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixinverse (ref complex[,] a, int n, out int info, out matinvreport rep) |
| |
| static void | cmatrixinverse (ref complex[,] a, int n, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixinverse (ref complex[,] a, out int info, out matinvreport rep) |
| |
| static void | cmatrixinverse (ref complex[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyinverse (ref double[,] a, int n, bool isupper, out int info, out matinvreport rep) |
| |
| static void | spdmatrixcholeskyinverse (ref double[,] a, int n, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskyinverse (ref double[,] a, out int info, out matinvreport rep) |
| |
| static void | spdmatrixcholeskyinverse (ref double[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | spdmatrixinverse (ref double[,] a, int n, bool isupper, out int info, out matinvreport rep) |
| |
| static void | spdmatrixinverse (ref double[,] a, int n, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | spdmatrixinverse (ref double[,] a, out int info, out matinvreport rep) |
| |
| static void | spdmatrixinverse (ref double[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskyinverse (ref complex[,] a, int n, bool isupper, out int info, out matinvreport rep) |
| |
| static void | hpdmatrixcholeskyinverse (ref complex[,] a, int n, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskyinverse (ref complex[,] a, out int info, out matinvreport rep) |
| |
| static void | hpdmatrixcholeskyinverse (ref complex[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | hpdmatrixinverse (ref complex[,] a, int n, bool isupper, out int info, out matinvreport rep) |
| |
| static void | hpdmatrixinverse (ref complex[,] a, int n, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | hpdmatrixinverse (ref complex[,] a, out int info, out matinvreport rep) |
| |
| static void | hpdmatrixinverse (ref complex[,] a, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixtrinverse (ref double[,] a, int n, bool isupper, bool isunit, out int info, out matinvreport rep) |
| |
| static void | rmatrixtrinverse (ref double[,] a, int n, bool isupper, bool isunit, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixtrinverse (ref double[,] a, bool isupper, out int info, out matinvreport rep) |
| |
| static void | rmatrixtrinverse (ref double[,] a, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixtrinverse (ref complex[,] a, int n, bool isupper, bool isunit, out int info, out matinvreport rep) |
| |
| static void | cmatrixtrinverse (ref complex[,] a, int n, bool isupper, bool isunit, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | cmatrixtrinverse (ref complex[,] a, bool isupper, out int info, out matinvreport rep) |
| |
| static void | cmatrixtrinverse (ref complex[,] a, bool isupper, out int info, out matinvreport rep, alglib.xparams _params) |
| |
| static void | rmatrixqr (ref double[,] a, int m, int n, out double[] tau) |
| |
| static void | rmatrixqr (ref double[,] a, int m, int n, out double[] tau, alglib.xparams _params) |
| |
| static void | rmatrixlq (ref double[,] a, int m, int n, out double[] tau) |
| |
| static void | rmatrixlq (ref double[,] a, int m, int n, out double[] tau, alglib.xparams _params) |
| |
| static void | cmatrixqr (ref complex[,] a, int m, int n, out complex[] tau) |
| |
| static void | cmatrixqr (ref complex[,] a, int m, int n, out complex[] tau, alglib.xparams _params) |
| |
| static void | cmatrixlq (ref complex[,] a, int m, int n, out complex[] tau) |
| |
| static void | cmatrixlq (ref complex[,] a, int m, int n, out complex[] tau, alglib.xparams _params) |
| |
| static void | rmatrixqrunpackq (double[,] a, int m, int n, double[] tau, int qcolumns, out double[,] q) |
| |
| static void | rmatrixqrunpackq (double[,] a, int m, int n, double[] tau, int qcolumns, out double[,] q, alglib.xparams _params) |
| |
| static void | rmatrixqrunpackr (double[,] a, int m, int n, out double[,] r) |
| |
| static void | rmatrixqrunpackr (double[,] a, int m, int n, out double[,] r, alglib.xparams _params) |
| |
| static void | rmatrixlqunpackq (double[,] a, int m, int n, double[] tau, int qrows, out double[,] q) |
| |
| static void | rmatrixlqunpackq (double[,] a, int m, int n, double[] tau, int qrows, out double[,] q, alglib.xparams _params) |
| |
| static void | rmatrixlqunpackl (double[,] a, int m, int n, out double[,] l) |
| |
| static void | rmatrixlqunpackl (double[,] a, int m, int n, out double[,] l, alglib.xparams _params) |
| |
| static void | cmatrixqrunpackq (complex[,] a, int m, int n, complex[] tau, int qcolumns, out complex[,] q) |
| |
| static void | cmatrixqrunpackq (complex[,] a, int m, int n, complex[] tau, int qcolumns, out complex[,] q, alglib.xparams _params) |
| |
| static void | cmatrixqrunpackr (complex[,] a, int m, int n, out complex[,] r) |
| |
| static void | cmatrixqrunpackr (complex[,] a, int m, int n, out complex[,] r, alglib.xparams _params) |
| |
| static void | cmatrixlqunpackq (complex[,] a, int m, int n, complex[] tau, int qrows, out complex[,] q) |
| |
| static void | cmatrixlqunpackq (complex[,] a, int m, int n, complex[] tau, int qrows, out complex[,] q, alglib.xparams _params) |
| |
| static void | cmatrixlqunpackl (complex[,] a, int m, int n, out complex[,] l) |
| |
| static void | cmatrixlqunpackl (complex[,] a, int m, int n, out complex[,] l, alglib.xparams _params) |
| |
| static void | rmatrixbd (ref double[,] a, int m, int n, out double[] tauq, out double[] taup) |
| |
| static void | rmatrixbd (ref double[,] a, int m, int n, out double[] tauq, out double[] taup, alglib.xparams _params) |
| |
| static void | rmatrixbdunpackq (double[,] qp, int m, int n, double[] tauq, int qcolumns, out double[,] q) |
| |
| static void | rmatrixbdunpackq (double[,] qp, int m, int n, double[] tauq, int qcolumns, out double[,] q, alglib.xparams _params) |
| |
| static void | rmatrixbdmultiplybyq (double[,] qp, int m, int n, double[] tauq, ref double[,] z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
| |
| static void | rmatrixbdmultiplybyq (double[,] qp, int m, int n, double[] tauq, ref double[,] z, int zrows, int zcolumns, bool fromtheright, bool dotranspose, alglib.xparams _params) |
| |
| static void | rmatrixbdunpackpt (double[,] qp, int m, int n, double[] taup, int ptrows, out double[,] pt) |
| |
| static void | rmatrixbdunpackpt (double[,] qp, int m, int n, double[] taup, int ptrows, out double[,] pt, alglib.xparams _params) |
| |
| static void | rmatrixbdmultiplybyp (double[,] qp, int m, int n, double[] taup, ref double[,] z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
| |
| static void | rmatrixbdmultiplybyp (double[,] qp, int m, int n, double[] taup, ref double[,] z, int zrows, int zcolumns, bool fromtheright, bool dotranspose, alglib.xparams _params) |
| |
| static void | rmatrixbdunpackdiagonals (double[,] b, int m, int n, out bool isupper, out double[] d, out double[] e) |
| |
| static void | rmatrixbdunpackdiagonals (double[,] b, int m, int n, out bool isupper, out double[] d, out double[] e, alglib.xparams _params) |
| |
| static void | rmatrixhessenberg (ref double[,] a, int n, out double[] tau) |
| |
| static void | rmatrixhessenberg (ref double[,] a, int n, out double[] tau, alglib.xparams _params) |
| |
| static void | rmatrixhessenbergunpackq (double[,] a, int n, double[] tau, out double[,] q) |
| |
| static void | rmatrixhessenbergunpackq (double[,] a, int n, double[] tau, out double[,] q, alglib.xparams _params) |
| |
| static void | rmatrixhessenbergunpackh (double[,] a, int n, out double[,] h) |
| |
| static void | rmatrixhessenbergunpackh (double[,] a, int n, out double[,] h, alglib.xparams _params) |
| |
| static void | smatrixtd (ref double[,] a, int n, bool isupper, out double[] tau, out double[] d, out double[] e) |
| |
| static void | smatrixtd (ref double[,] a, int n, bool isupper, out double[] tau, out double[] d, out double[] e, alglib.xparams _params) |
| |
| static void | smatrixtdunpackq (double[,] a, int n, bool isupper, double[] tau, out double[,] q) |
| |
| static void | smatrixtdunpackq (double[,] a, int n, bool isupper, double[] tau, out double[,] q, alglib.xparams _params) |
| |
| static void | hmatrixtd (ref complex[,] a, int n, bool isupper, out complex[] tau, out double[] d, out double[] e) |
| |
| static void | hmatrixtd (ref complex[,] a, int n, bool isupper, out complex[] tau, out double[] d, out double[] e, alglib.xparams _params) |
| |
| static void | hmatrixtdunpackq (complex[,] a, int n, bool isupper, complex[] tau, out complex[,] q) |
| |
| static void | hmatrixtdunpackq (complex[,] a, int n, bool isupper, complex[] tau, out complex[,] q, alglib.xparams _params) |
| |
| static bool | rmatrixbdsvd (ref double[] d, double[] e, int n, bool isupper, bool isfractionalaccuracyrequired, ref double[,] u, int nru, ref double[,] c, int ncc, ref double[,] vt, int ncvt) |
| |
| static bool | rmatrixbdsvd (ref double[] d, double[] e, int n, bool isupper, bool isfractionalaccuracyrequired, ref double[,] u, int nru, ref double[,] c, int ncc, ref double[,] vt, int ncvt, alglib.xparams _params) |
| |
| static bool | rmatrixsvd (double[,] a, int m, int n, int uneeded, int vtneeded, int additionalmemory, out double[] w, out double[,] u, out double[,] vt) |
| |
| static bool | rmatrixsvd (double[,] a, int m, int n, int uneeded, int vtneeded, int additionalmemory, out double[] w, out double[,] u, out double[,] vt, alglib.xparams _params) |
| |
| static void | normestimatorcreate (int m, int n, int nstart, int nits, out normestimatorstate state) |
| |
| static void | normestimatorcreate (int m, int n, int nstart, int nits, out normestimatorstate state, alglib.xparams _params) |
| |
| static void | normestimatorsetseed (normestimatorstate state, int seedval) |
| |
| static void | normestimatorsetseed (normestimatorstate state, int seedval, alglib.xparams _params) |
| |
| static void | normestimatorestimatesparse (normestimatorstate state, sparsematrix a) |
| |
| static void | normestimatorestimatesparse (normestimatorstate state, sparsematrix a, alglib.xparams _params) |
| |
| static void | normestimatorresults (normestimatorstate state, out double nrm) |
| |
| static void | normestimatorresults (normestimatorstate state, out double nrm, alglib.xparams _params) |
| |
| static void | eigsubspacecreate (int n, int k, out eigsubspacestate state) |
| |
| static void | eigsubspacecreate (int n, int k, out eigsubspacestate state, alglib.xparams _params) |
| |
| static void | eigsubspacecreatebuf (int n, int k, eigsubspacestate state) |
| |
| static void | eigsubspacecreatebuf (int n, int k, eigsubspacestate state, alglib.xparams _params) |
| |
| static void | eigsubspacesetcond (eigsubspacestate state, double eps, int maxits) |
| |
| static void | eigsubspacesetcond (eigsubspacestate state, double eps, int maxits, alglib.xparams _params) |
| |
| static void | eigsubspacesetwarmstart (eigsubspacestate state, bool usewarmstart) |
| |
| static void | eigsubspacesetwarmstart (eigsubspacestate state, bool usewarmstart, alglib.xparams _params) |
| |
| static void | eigsubspaceoocstart (eigsubspacestate state, int mtype) |
| |
| static void | eigsubspaceoocstart (eigsubspacestate state, int mtype, alglib.xparams _params) |
| |
| static bool | eigsubspaceooccontinue (eigsubspacestate state) |
| |
| static bool | eigsubspaceooccontinue (eigsubspacestate state, alglib.xparams _params) |
| |
| static void | eigsubspaceoocgetrequestinfo (eigsubspacestate state, out int requesttype, out int requestsize) |
| |
| static void | eigsubspaceoocgetrequestinfo (eigsubspacestate state, out int requesttype, out int requestsize, alglib.xparams _params) |
| |
| static void | eigsubspaceoocgetrequestdata (eigsubspacestate state, ref double[,] x) |
| |
| static void | eigsubspaceoocgetrequestdata (eigsubspacestate state, ref double[,] x, alglib.xparams _params) |
| |
| static void | eigsubspaceoocsendresult (eigsubspacestate state, double[,] ax) |
| |
| static void | eigsubspaceoocsendresult (eigsubspacestate state, double[,] ax, alglib.xparams _params) |
| |
| static void | eigsubspaceoocstop (eigsubspacestate state, out double[] w, out double[,] z, out eigsubspacereport rep) |
| |
| static void | eigsubspaceoocstop (eigsubspacestate state, out double[] w, out double[,] z, out eigsubspacereport rep, alglib.xparams _params) |
| |
| static void | eigsubspacesolvedenses (eigsubspacestate state, double[,] a, bool isupper, out double[] w, out double[,] z, out eigsubspacereport rep) |
| |
| static void | eigsubspacesolvedenses (eigsubspacestate state, double[,] a, bool isupper, out double[] w, out double[,] z, out eigsubspacereport rep, alglib.xparams _params) |
| |
| static void | eigsubspacesolvesparses (eigsubspacestate state, sparsematrix a, bool isupper, out double[] w, out double[,] z, out eigsubspacereport rep) |
| |
| static void | eigsubspacesolvesparses (eigsubspacestate state, sparsematrix a, bool isupper, out double[] w, out double[,] z, out eigsubspacereport rep, alglib.xparams _params) |
| |
| static bool | smatrixevd (double[,] a, int n, int zneeded, bool isupper, out double[] d, out double[,] z) |
| |
| static bool | smatrixevd (double[,] a, int n, int zneeded, bool isupper, out double[] d, out double[,] z, alglib.xparams _params) |
| |
| static bool | smatrixevdr (double[,] a, int n, int zneeded, bool isupper, double b1, double b2, out int m, out double[] w, out double[,] z) |
| |
| static bool | smatrixevdr (double[,] a, int n, int zneeded, bool isupper, double b1, double b2, out int m, out double[] w, out double[,] z, alglib.xparams _params) |
| |
| static bool | smatrixevdi (double[,] a, int n, int zneeded, bool isupper, int i1, int i2, out double[] w, out double[,] z) |
| |
| static bool | smatrixevdi (double[,] a, int n, int zneeded, bool isupper, int i1, int i2, out double[] w, out double[,] z, alglib.xparams _params) |
| |
| static bool | hmatrixevd (complex[,] a, int n, int zneeded, bool isupper, out double[] d, out complex[,] z) |
| |
| static bool | hmatrixevd (complex[,] a, int n, int zneeded, bool isupper, out double[] d, out complex[,] z, alglib.xparams _params) |
| |
| static bool | hmatrixevdr (complex[,] a, int n, int zneeded, bool isupper, double b1, double b2, out int m, out double[] w, out complex[,] z) |
| |
| static bool | hmatrixevdr (complex[,] a, int n, int zneeded, bool isupper, double b1, double b2, out int m, out double[] w, out complex[,] z, alglib.xparams _params) |
| |
| static bool | hmatrixevdi (complex[,] a, int n, int zneeded, bool isupper, int i1, int i2, out double[] w, out complex[,] z) |
| |
| static bool | hmatrixevdi (complex[,] a, int n, int zneeded, bool isupper, int i1, int i2, out double[] w, out complex[,] z, alglib.xparams _params) |
| |
| static bool | smatrixtdevd (ref double[] d, double[] e, int n, int zneeded, ref double[,] z) |
| |
| static bool | smatrixtdevd (ref double[] d, double[] e, int n, int zneeded, ref double[,] z, alglib.xparams _params) |
| |
| static bool | smatrixtdevdr (ref double[] d, double[] e, int n, int zneeded, double a, double b, out int m, ref double[,] z) |
| |
| static bool | smatrixtdevdr (ref double[] d, double[] e, int n, int zneeded, double a, double b, out int m, ref double[,] z, alglib.xparams _params) |
| |
| static bool | smatrixtdevdi (ref double[] d, double[] e, int n, int zneeded, int i1, int i2, ref double[,] z) |
| |
| static bool | smatrixtdevdi (ref double[] d, double[] e, int n, int zneeded, int i1, int i2, ref double[,] z, alglib.xparams _params) |
| |
| static bool | rmatrixevd (double[,] a, int n, int vneeded, out double[] wr, out double[] wi, out double[,] vl, out double[,] vr) |
| |
| static bool | rmatrixevd (double[,] a, int n, int vneeded, out double[] wr, out double[] wi, out double[,] vl, out double[,] vr, alglib.xparams _params) |
| |
| static bool | rmatrixschur (ref double[,] a, int n, out double[,] s) |
| |
| static bool | rmatrixschur (ref double[,] a, int n, out double[,] s, alglib.xparams _params) |
| |
| static bool | smatrixgevd (double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int zneeded, int problemtype, out double[] d, out double[,] z) |
| |
| static bool | smatrixgevd (double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int zneeded, int problemtype, out double[] d, out double[,] z, alglib.xparams _params) |
| |
| static bool | smatrixgevdreduce (ref double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int problemtype, out double[,] r, out bool isupperr) |
| |
| static bool | smatrixgevdreduce (ref double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int problemtype, out double[,] r, out bool isupperr, alglib.xparams _params) |
| |
| static void | rmatrixinvupdatesimple (ref double[,] inva, int n, int updrow, int updcolumn, double updval) |
| |
| static void | rmatrixinvupdatesimple (ref double[,] inva, int n, int updrow, int updcolumn, double updval, alglib.xparams _params) |
| |
| static void | rmatrixinvupdaterow (ref double[,] inva, int n, int updrow, double[] v) |
| |
| static void | rmatrixinvupdaterow (ref double[,] inva, int n, int updrow, double[] v, alglib.xparams _params) |
| |
| static void | rmatrixinvupdatecolumn (ref double[,] inva, int n, int updcolumn, double[] u) |
| |
| static void | rmatrixinvupdatecolumn (ref double[,] inva, int n, int updcolumn, double[] u, alglib.xparams _params) |
| |
| static void | rmatrixinvupdateuv (ref double[,] inva, int n, double[] u, double[] v) |
| |
| static void | rmatrixinvupdateuv (ref double[,] inva, int n, double[] u, double[] v, alglib.xparams _params) |
| |
| static double | rmatrixludet (double[,] a, int[] pivots, int n) |
| |
| static double | rmatrixludet (double[,] a, int[] pivots, int n, alglib.xparams _params) |
| |
| static double | rmatrixludet (double[,] a, int[] pivots) |
| |
| static double | rmatrixludet (double[,] a, int[] pivots, alglib.xparams _params) |
| |
| static double | rmatrixdet (double[,] a, int n) |
| |
| static double | rmatrixdet (double[,] a, int n, alglib.xparams _params) |
| |
| static double | rmatrixdet (double[,] a) |
| |
| static double | rmatrixdet (double[,] a, alglib.xparams _params) |
| |
| static complex | cmatrixludet (complex[,] a, int[] pivots, int n) |
| |
| static complex | cmatrixludet (complex[,] a, int[] pivots, int n, alglib.xparams _params) |
| |
| static complex | cmatrixludet (complex[,] a, int[] pivots) |
| |
| static complex | cmatrixludet (complex[,] a, int[] pivots, alglib.xparams _params) |
| |
| static complex | cmatrixdet (complex[,] a, int n) |
| |
| static complex | cmatrixdet (complex[,] a, int n, alglib.xparams _params) |
| |
| static complex | cmatrixdet (complex[,] a) |
| |
| static complex | cmatrixdet (complex[,] a, alglib.xparams _params) |
| |
| static double | spdmatrixcholeskydet (double[,] a, int n) |
| |
| static double | spdmatrixcholeskydet (double[,] a, int n, alglib.xparams _params) |
| |
| static double | spdmatrixcholeskydet (double[,] a) |
| |
| static double | spdmatrixcholeskydet (double[,] a, alglib.xparams _params) |
| |
| static double | spdmatrixdet (double[,] a, int n, bool isupper) |
| |
| static double | spdmatrixdet (double[,] a, int n, bool isupper, alglib.xparams _params) |
| |
| static double | spdmatrixdet (double[,] a) |
| |
| static double | spdmatrixdet (double[,] a, alglib.xparams _params) |
| |
| static void | minlbfgscreate (int n, int m, double[] x, out minlbfgsstate state) |
| |
| static void | minlbfgscreate (int n, int m, double[] x, out minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgscreate (int m, double[] x, out minlbfgsstate state) |
| |
| static void | minlbfgscreate (int m, double[] x, out minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgscreatef (int n, int m, double[] x, double diffstep, out minlbfgsstate state) |
| |
| static void | minlbfgscreatef (int n, int m, double[] x, double diffstep, out minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgscreatef (int m, double[] x, double diffstep, out minlbfgsstate state) |
| |
| static void | minlbfgscreatef (int m, double[] x, double diffstep, out minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgssetcond (minlbfgsstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minlbfgssetcond (minlbfgsstate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minlbfgssetxrep (minlbfgsstate state, bool needxrep) |
| |
| static void | minlbfgssetxrep (minlbfgsstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minlbfgssetstpmax (minlbfgsstate state, double stpmax) |
| |
| static void | minlbfgssetstpmax (minlbfgsstate state, double stpmax, alglib.xparams _params) |
| |
| static void | minlbfgssetscale (minlbfgsstate state, double[] s) |
| |
| static void | minlbfgssetscale (minlbfgsstate state, double[] s, alglib.xparams _params) |
| |
| static void | minlbfgssetprecdefault (minlbfgsstate state) |
| |
| static void | minlbfgssetprecdefault (minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgssetpreccholesky (minlbfgsstate state, double[,] p, bool isupper) |
| |
| static void | minlbfgssetpreccholesky (minlbfgsstate state, double[,] p, bool isupper, alglib.xparams _params) |
| |
| static void | minlbfgssetprecdiag (minlbfgsstate state, double[] d) |
| |
| static void | minlbfgssetprecdiag (minlbfgsstate state, double[] d, alglib.xparams _params) |
| |
| static void | minlbfgssetprecscale (minlbfgsstate state) |
| |
| static void | minlbfgssetprecscale (minlbfgsstate state, alglib.xparams _params) |
| |
| static bool | minlbfgsiteration (minlbfgsstate state) |
| |
| static bool | minlbfgsiteration (minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgsoptimize (minlbfgsstate state, ndimensional_func func, ndimensional_rep rep, object obj) |
| |
| static void | minlbfgsoptimize (minlbfgsstate state, ndimensional_func func, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlbfgsoptimize (minlbfgsstate state, ndimensional_grad grad, ndimensional_rep rep, object obj) |
| |
| static void | minlbfgsoptimize (minlbfgsstate state, ndimensional_grad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardgradient (minlbfgsstate state, double teststep) |
| |
| static void | minlbfgsoptguardgradient (minlbfgsstate state, double teststep, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardsmoothness (minlbfgsstate state, int level) |
| |
| static void | minlbfgsoptguardsmoothness (minlbfgsstate state, int level, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardsmoothness (minlbfgsstate state) |
| |
| static void | minlbfgsoptguardsmoothness (minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardresults (minlbfgsstate state, out optguardreport rep) |
| |
| static void | minlbfgsoptguardresults (minlbfgsstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardnonc1test0results (minlbfgsstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep) |
| |
| static void | minlbfgsoptguardnonc1test0results (minlbfgsstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep, alglib.xparams _params) |
| |
| static void | minlbfgsoptguardnonc1test1results (minlbfgsstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep) |
| |
| static void | minlbfgsoptguardnonc1test1results (minlbfgsstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep, alglib.xparams _params) |
| |
| static void | minlbfgsresults (minlbfgsstate state, out double[] x, out minlbfgsreport rep) |
| |
| static void | minlbfgsresults (minlbfgsstate state, out double[] x, out minlbfgsreport rep, alglib.xparams _params) |
| |
| static void | minlbfgsresultsbuf (minlbfgsstate state, ref double[] x, minlbfgsreport rep) |
| |
| static void | minlbfgsresultsbuf (minlbfgsstate state, ref double[] x, minlbfgsreport rep, alglib.xparams _params) |
| |
| static void | minlbfgsrestartfrom (minlbfgsstate state, double[] x) |
| |
| static void | minlbfgsrestartfrom (minlbfgsstate state, double[] x, alglib.xparams _params) |
| |
| static void | minlbfgsrequesttermination (minlbfgsstate state) |
| |
| static void | minlbfgsrequesttermination (minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minbleiccreate (int n, double[] x, out minbleicstate state) |
| |
| static void | minbleiccreate (int n, double[] x, out minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleiccreate (double[] x, out minbleicstate state) |
| |
| static void | minbleiccreate (double[] x, out minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleiccreatef (int n, double[] x, double diffstep, out minbleicstate state) |
| |
| static void | minbleiccreatef (int n, double[] x, double diffstep, out minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleiccreatef (double[] x, double diffstep, out minbleicstate state) |
| |
| static void | minbleiccreatef (double[] x, double diffstep, out minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleicsetbc (minbleicstate state, double[] bndl, double[] bndu) |
| |
| static void | minbleicsetbc (minbleicstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minbleicsetlc (minbleicstate state, double[,] c, int[] ct, int k) |
| |
| static void | minbleicsetlc (minbleicstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minbleicsetlc (minbleicstate state, double[,] c, int[] ct) |
| |
| static void | minbleicsetlc (minbleicstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | minbleicsetcond (minbleicstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minbleicsetcond (minbleicstate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minbleicsetscale (minbleicstate state, double[] s) |
| |
| static void | minbleicsetscale (minbleicstate state, double[] s, alglib.xparams _params) |
| |
| static void | minbleicsetprecdefault (minbleicstate state) |
| |
| static void | minbleicsetprecdefault (minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleicsetprecdiag (minbleicstate state, double[] d) |
| |
| static void | minbleicsetprecdiag (minbleicstate state, double[] d, alglib.xparams _params) |
| |
| static void | minbleicsetprecscale (minbleicstate state) |
| |
| static void | minbleicsetprecscale (minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleicsetxrep (minbleicstate state, bool needxrep) |
| |
| static void | minbleicsetxrep (minbleicstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minbleicsetstpmax (minbleicstate state, double stpmax) |
| |
| static void | minbleicsetstpmax (minbleicstate state, double stpmax, alglib.xparams _params) |
| |
| static bool | minbleiciteration (minbleicstate state) |
| |
| static bool | minbleiciteration (minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleicoptimize (minbleicstate state, ndimensional_func func, ndimensional_rep rep, object obj) |
| |
| static void | minbleicoptimize (minbleicstate state, ndimensional_func func, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minbleicoptimize (minbleicstate state, ndimensional_grad grad, ndimensional_rep rep, object obj) |
| |
| static void | minbleicoptimize (minbleicstate state, ndimensional_grad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minbleicoptguardgradient (minbleicstate state, double teststep) |
| |
| static void | minbleicoptguardgradient (minbleicstate state, double teststep, alglib.xparams _params) |
| |
| static void | minbleicoptguardsmoothness (minbleicstate state, int level) |
| |
| static void | minbleicoptguardsmoothness (minbleicstate state, int level, alglib.xparams _params) |
| |
| static void | minbleicoptguardsmoothness (minbleicstate state) |
| |
| static void | minbleicoptguardsmoothness (minbleicstate state, alglib.xparams _params) |
| |
| static void | minbleicoptguardresults (minbleicstate state, out optguardreport rep) |
| |
| static void | minbleicoptguardresults (minbleicstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | minbleicoptguardnonc1test0results (minbleicstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep) |
| |
| static void | minbleicoptguardnonc1test0results (minbleicstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep, alglib.xparams _params) |
| |
| static void | minbleicoptguardnonc1test1results (minbleicstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep) |
| |
| static void | minbleicoptguardnonc1test1results (minbleicstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep, alglib.xparams _params) |
| |
| static void | minbleicresults (minbleicstate state, out double[] x, out minbleicreport rep) |
| |
| static void | minbleicresults (minbleicstate state, out double[] x, out minbleicreport rep, alglib.xparams _params) |
| |
| static void | minbleicresultsbuf (minbleicstate state, ref double[] x, minbleicreport rep) |
| |
| static void | minbleicresultsbuf (minbleicstate state, ref double[] x, minbleicreport rep, alglib.xparams _params) |
| |
| static void | minbleicrestartfrom (minbleicstate state, double[] x) |
| |
| static void | minbleicrestartfrom (minbleicstate state, double[] x, alglib.xparams _params) |
| |
| static void | minbleicrequesttermination (minbleicstate state) |
| |
| static void | minbleicrequesttermination (minbleicstate state, alglib.xparams _params) |
| |
| static void | minqpcreate (int n, out minqpstate state) |
| |
| static void | minqpcreate (int n, out minqpstate state, alglib.xparams _params) |
| |
| static void | minqpsetlinearterm (minqpstate state, double[] b) |
| |
| static void | minqpsetlinearterm (minqpstate state, double[] b, alglib.xparams _params) |
| |
| static void | minqpsetquadraticterm (minqpstate state, double[,] a, bool isupper) |
| |
| static void | minqpsetquadraticterm (minqpstate state, double[,] a, bool isupper, alglib.xparams _params) |
| |
| static void | minqpsetquadraticterm (minqpstate state, double[,] a) |
| |
| static void | minqpsetquadraticterm (minqpstate state, double[,] a, alglib.xparams _params) |
| |
| static void | minqpsetquadratictermsparse (minqpstate state, sparsematrix a, bool isupper) |
| |
| static void | minqpsetquadratictermsparse (minqpstate state, sparsematrix a, bool isupper, alglib.xparams _params) |
| |
| static void | minqpsetstartingpoint (minqpstate state, double[] x) |
| |
| static void | minqpsetstartingpoint (minqpstate state, double[] x, alglib.xparams _params) |
| |
| static void | minqpsetorigin (minqpstate state, double[] xorigin) |
| |
| static void | minqpsetorigin (minqpstate state, double[] xorigin, alglib.xparams _params) |
| |
| static void | minqpsetscale (minqpstate state, double[] s) |
| |
| static void | minqpsetscale (minqpstate state, double[] s, alglib.xparams _params) |
| |
| static void | minqpsetscaleautodiag (minqpstate state) |
| |
| static void | minqpsetscaleautodiag (minqpstate state, alglib.xparams _params) |
| |
| static void | minqpsetalgobleic (minqpstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minqpsetalgobleic (minqpstate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minqpsetalgodenseaul (minqpstate state, double epsx, double rho, int itscnt) |
| |
| static void | minqpsetalgodenseaul (minqpstate state, double epsx, double rho, int itscnt, alglib.xparams _params) |
| |
| static void | minqpsetalgodenseipm (minqpstate state, double eps) |
| |
| static void | minqpsetalgodenseipm (minqpstate state, double eps, alglib.xparams _params) |
| |
| static void | minqpsetalgosparseipm (minqpstate state, double eps) |
| |
| static void | minqpsetalgosparseipm (minqpstate state, double eps, alglib.xparams _params) |
| |
| static void | minqpsetalgoquickqp (minqpstate state, double epsg, double epsf, double epsx, int maxouterits, bool usenewton) |
| |
| static void | minqpsetalgoquickqp (minqpstate state, double epsg, double epsf, double epsx, int maxouterits, bool usenewton, alglib.xparams _params) |
| |
| static void | minqpsetbc (minqpstate state, double[] bndl, double[] bndu) |
| |
| static void | minqpsetbc (minqpstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minqpsetbcall (minqpstate state, double bndl, double bndu) |
| |
| static void | minqpsetbcall (minqpstate state, double bndl, double bndu, alglib.xparams _params) |
| |
| static void | minqpsetbci (minqpstate state, int i, double bndl, double bndu) |
| |
| static void | minqpsetbci (minqpstate state, int i, double bndl, double bndu, alglib.xparams _params) |
| |
| static void | minqpsetlc (minqpstate state, double[,] c, int[] ct, int k) |
| |
| static void | minqpsetlc (minqpstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minqpsetlc (minqpstate state, double[,] c, int[] ct) |
| |
| static void | minqpsetlc (minqpstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | minqpsetlcsparse (minqpstate state, sparsematrix c, int[] ct, int k) |
| |
| static void | minqpsetlcsparse (minqpstate state, sparsematrix c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minqpsetlcmixed (minqpstate state, sparsematrix sparsec, int[] sparsect, int sparsek, double[,] densec, int[] densect, int densek) |
| |
| static void | minqpsetlcmixed (minqpstate state, sparsematrix sparsec, int[] sparsect, int sparsek, double[,] densec, int[] densect, int densek, alglib.xparams _params) |
| |
| static void | minqpsetlcmixedlegacy (minqpstate state, double[,] densec, int[] densect, int densek, sparsematrix sparsec, int[] sparsect, int sparsek) |
| |
| static void | minqpsetlcmixedlegacy (minqpstate state, double[,] densec, int[] densect, int densek, sparsematrix sparsec, int[] sparsect, int sparsek, alglib.xparams _params) |
| |
| static void | minqpsetlc2dense (minqpstate state, double[,] a, double[] al, double[] au, int k) |
| |
| static void | minqpsetlc2dense (minqpstate state, double[,] a, double[] al, double[] au, int k, alglib.xparams _params) |
| |
| static void | minqpsetlc2dense (minqpstate state, double[,] a, double[] al, double[] au) |
| |
| static void | minqpsetlc2dense (minqpstate state, double[,] a, double[] al, double[] au, alglib.xparams _params) |
| |
| static void | minqpsetlc2 (minqpstate state, sparsematrix a, double[] al, double[] au, int k) |
| |
| static void | minqpsetlc2 (minqpstate state, sparsematrix a, double[] al, double[] au, int k, alglib.xparams _params) |
| |
| static void | minqpsetlc2mixed (minqpstate state, sparsematrix sparsea, int ksparse, double[,] densea, int kdense, double[] al, double[] au) |
| |
| static void | minqpsetlc2mixed (minqpstate state, sparsematrix sparsea, int ksparse, double[,] densea, int kdense, double[] al, double[] au, alglib.xparams _params) |
| |
| static void | minqpaddlc2dense (minqpstate state, double[] a, double al, double au) |
| |
| static void | minqpaddlc2dense (minqpstate state, double[] a, double al, double au, alglib.xparams _params) |
| |
| static void | minqpaddlc2 (minqpstate state, int[] idxa, double[] vala, int nnz, double al, double au) |
| |
| static void | minqpaddlc2 (minqpstate state, int[] idxa, double[] vala, int nnz, double al, double au, alglib.xparams _params) |
| |
| static void | minqpoptimize (minqpstate state) |
| |
| static void | minqpoptimize (minqpstate state, alglib.xparams _params) |
| |
| static void | minqpresults (minqpstate state, out double[] x, out minqpreport rep) |
| |
| static void | minqpresults (minqpstate state, out double[] x, out minqpreport rep, alglib.xparams _params) |
| |
| static void | minqpresultsbuf (minqpstate state, ref double[] x, minqpreport rep) |
| |
| static void | minqpresultsbuf (minqpstate state, ref double[] x, minqpreport rep, alglib.xparams _params) |
| |
| static void | minlpcreate (int n, out minlpstate state) |
| |
| static void | minlpcreate (int n, out minlpstate state, alglib.xparams _params) |
| |
| static void | minlpsetcost (minlpstate state, double[] c) |
| |
| static void | minlpsetcost (minlpstate state, double[] c, alglib.xparams _params) |
| |
| static void | minlpsetscale (minlpstate state, double[] s) |
| |
| static void | minlpsetscale (minlpstate state, double[] s, alglib.xparams _params) |
| |
| static void | minlpsetbc (minlpstate state, double[] bndl, double[] bndu) |
| |
| static void | minlpsetbc (minlpstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minlpsetbcall (minlpstate state, double bndl, double bndu) |
| |
| static void | minlpsetbcall (minlpstate state, double bndl, double bndu, alglib.xparams _params) |
| |
| static void | minlpsetbci (minlpstate state, int i, double bndl, double bndu) |
| |
| static void | minlpsetbci (minlpstate state, int i, double bndl, double bndu, alglib.xparams _params) |
| |
| static void | minlpsetlc (minlpstate state, double[,] a, int[] ct, int k) |
| |
| static void | minlpsetlc (minlpstate state, double[,] a, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minlpsetlc (minlpstate state, double[,] a, int[] ct) |
| |
| static void | minlpsetlc (minlpstate state, double[,] a, int[] ct, alglib.xparams _params) |
| |
| static void | minlpsetlc2dense (minlpstate state, double[,] a, double[] al, double[] au, int k) |
| |
| static void | minlpsetlc2dense (minlpstate state, double[,] a, double[] al, double[] au, int k, alglib.xparams _params) |
| |
| static void | minlpsetlc2dense (minlpstate state, double[,] a, double[] al, double[] au) |
| |
| static void | minlpsetlc2dense (minlpstate state, double[,] a, double[] al, double[] au, alglib.xparams _params) |
| |
| static void | minlpsetlc2 (minlpstate state, sparsematrix a, double[] al, double[] au, int k) |
| |
| static void | minlpsetlc2 (minlpstate state, sparsematrix a, double[] al, double[] au, int k, alglib.xparams _params) |
| |
| static void | minlpaddlc2dense (minlpstate state, double[] a, double al, double au) |
| |
| static void | minlpaddlc2dense (minlpstate state, double[] a, double al, double au, alglib.xparams _params) |
| |
| static void | minlpaddlc2 (minlpstate state, int[] idxa, double[] vala, int nnz, double al, double au) |
| |
| static void | minlpaddlc2 (minlpstate state, int[] idxa, double[] vala, int nnz, double al, double au, alglib.xparams _params) |
| |
| static void | minlpoptimize (minlpstate state) |
| |
| static void | minlpoptimize (minlpstate state, alglib.xparams _params) |
| |
| static void | minlpresults (minlpstate state, out double[] x, out minlpreport rep) |
| |
| static void | minlpresults (minlpstate state, out double[] x, out minlpreport rep, alglib.xparams _params) |
| |
| static void | minlpresultsbuf (minlpstate state, ref double[] x, minlpreport rep) |
| |
| static void | minlpresultsbuf (minlpstate state, ref double[] x, minlpreport rep, alglib.xparams _params) |
| |
| static void | minnlccreate (int n, double[] x, out minnlcstate state) |
| |
| static void | minnlccreate (int n, double[] x, out minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlccreate (double[] x, out minnlcstate state) |
| |
| static void | minnlccreate (double[] x, out minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlccreatef (int n, double[] x, double diffstep, out minnlcstate state) |
| |
| static void | minnlccreatef (int n, double[] x, double diffstep, out minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlccreatef (double[] x, double diffstep, out minnlcstate state) |
| |
| static void | minnlccreatef (double[] x, double diffstep, out minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcsetbc (minnlcstate state, double[] bndl, double[] bndu) |
| |
| static void | minnlcsetbc (minnlcstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minnlcsetlc (minnlcstate state, double[,] c, int[] ct, int k) |
| |
| static void | minnlcsetlc (minnlcstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minnlcsetlc (minnlcstate state, double[,] c, int[] ct) |
| |
| static void | minnlcsetlc (minnlcstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | minnlcsetnlc (minnlcstate state, int nlec, int nlic) |
| |
| static void | minnlcsetnlc (minnlcstate state, int nlec, int nlic, alglib.xparams _params) |
| |
| static void | minnlcsetcond (minnlcstate state, double epsx, int maxits) |
| |
| static void | minnlcsetcond (minnlcstate state, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minnlcsetscale (minnlcstate state, double[] s) |
| |
| static void | minnlcsetscale (minnlcstate state, double[] s, alglib.xparams _params) |
| |
| static void | minnlcsetprecinexact (minnlcstate state) |
| |
| static void | minnlcsetprecinexact (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcsetprecexactlowrank (minnlcstate state, int updatefreq) |
| |
| static void | minnlcsetprecexactlowrank (minnlcstate state, int updatefreq, alglib.xparams _params) |
| |
| static void | minnlcsetprecexactrobust (minnlcstate state, int updatefreq) |
| |
| static void | minnlcsetprecexactrobust (minnlcstate state, int updatefreq, alglib.xparams _params) |
| |
| static void | minnlcsetprecnone (minnlcstate state) |
| |
| static void | minnlcsetprecnone (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcsetstpmax (minnlcstate state, double stpmax) |
| |
| static void | minnlcsetstpmax (minnlcstate state, double stpmax, alglib.xparams _params) |
| |
| static void | minnlcsetalgoaul (minnlcstate state, double rho, int itscnt) |
| |
| static void | minnlcsetalgoaul (minnlcstate state, double rho, int itscnt, alglib.xparams _params) |
| |
| static void | minnlcsetalgoslp (minnlcstate state) |
| |
| static void | minnlcsetalgoslp (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcsetalgosqp (minnlcstate state) |
| |
| static void | minnlcsetalgosqp (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcsetxrep (minnlcstate state, bool needxrep) |
| |
| static void | minnlcsetxrep (minnlcstate state, bool needxrep, alglib.xparams _params) |
| |
| static bool | minnlciteration (minnlcstate state) |
| |
| static bool | minnlciteration (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcoptimize (minnlcstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj) |
| |
| static void | minnlcoptimize (minnlcstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minnlcoptimize (minnlcstate state, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | minnlcoptimize (minnlcstate state, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minnlcoptguardgradient (minnlcstate state, double teststep) |
| |
| static void | minnlcoptguardgradient (minnlcstate state, double teststep, alglib.xparams _params) |
| |
| static void | minnlcoptguardsmoothness (minnlcstate state, int level) |
| |
| static void | minnlcoptguardsmoothness (minnlcstate state, int level, alglib.xparams _params) |
| |
| static void | minnlcoptguardsmoothness (minnlcstate state) |
| |
| static void | minnlcoptguardsmoothness (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcoptguardresults (minnlcstate state, out optguardreport rep) |
| |
| static void | minnlcoptguardresults (minnlcstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | minnlcoptguardnonc1test0results (minnlcstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep) |
| |
| static void | minnlcoptguardnonc1test0results (minnlcstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep, alglib.xparams _params) |
| |
| static void | minnlcoptguardnonc1test1results (minnlcstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep) |
| |
| static void | minnlcoptguardnonc1test1results (minnlcstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep, alglib.xparams _params) |
| |
| static void | minnlcresults (minnlcstate state, out double[] x, out minnlcreport rep) |
| |
| static void | minnlcresults (minnlcstate state, out double[] x, out minnlcreport rep, alglib.xparams _params) |
| |
| static void | minnlcresultsbuf (minnlcstate state, ref double[] x, minnlcreport rep) |
| |
| static void | minnlcresultsbuf (minnlcstate state, ref double[] x, minnlcreport rep, alglib.xparams _params) |
| |
| static void | minnlcrequesttermination (minnlcstate state) |
| |
| static void | minnlcrequesttermination (minnlcstate state, alglib.xparams _params) |
| |
| static void | minnlcrestartfrom (minnlcstate state, double[] x) |
| |
| static void | minnlcrestartfrom (minnlcstate state, double[] x, alglib.xparams _params) |
| |
| static void | minbccreate (int n, double[] x, out minbcstate state) |
| |
| static void | minbccreate (int n, double[] x, out minbcstate state, alglib.xparams _params) |
| |
| static void | minbccreate (double[] x, out minbcstate state) |
| |
| static void | minbccreate (double[] x, out minbcstate state, alglib.xparams _params) |
| |
| static void | minbccreatef (int n, double[] x, double diffstep, out minbcstate state) |
| |
| static void | minbccreatef (int n, double[] x, double diffstep, out minbcstate state, alglib.xparams _params) |
| |
| static void | minbccreatef (double[] x, double diffstep, out minbcstate state) |
| |
| static void | minbccreatef (double[] x, double diffstep, out minbcstate state, alglib.xparams _params) |
| |
| static void | minbcsetbc (minbcstate state, double[] bndl, double[] bndu) |
| |
| static void | minbcsetbc (minbcstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minbcsetcond (minbcstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minbcsetcond (minbcstate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minbcsetscale (minbcstate state, double[] s) |
| |
| static void | minbcsetscale (minbcstate state, double[] s, alglib.xparams _params) |
| |
| static void | minbcsetprecdefault (minbcstate state) |
| |
| static void | minbcsetprecdefault (minbcstate state, alglib.xparams _params) |
| |
| static void | minbcsetprecdiag (minbcstate state, double[] d) |
| |
| static void | minbcsetprecdiag (minbcstate state, double[] d, alglib.xparams _params) |
| |
| static void | minbcsetprecscale (minbcstate state) |
| |
| static void | minbcsetprecscale (minbcstate state, alglib.xparams _params) |
| |
| static void | minbcsetxrep (minbcstate state, bool needxrep) |
| |
| static void | minbcsetxrep (minbcstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minbcsetstpmax (minbcstate state, double stpmax) |
| |
| static void | minbcsetstpmax (minbcstate state, double stpmax, alglib.xparams _params) |
| |
| static bool | minbciteration (minbcstate state) |
| |
| static bool | minbciteration (minbcstate state, alglib.xparams _params) |
| |
| static void | minbcoptimize (minbcstate state, ndimensional_func func, ndimensional_rep rep, object obj) |
| |
| static void | minbcoptimize (minbcstate state, ndimensional_func func, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minbcoptimize (minbcstate state, ndimensional_grad grad, ndimensional_rep rep, object obj) |
| |
| static void | minbcoptimize (minbcstate state, ndimensional_grad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minbcoptguardgradient (minbcstate state, double teststep) |
| |
| static void | minbcoptguardgradient (minbcstate state, double teststep, alglib.xparams _params) |
| |
| static void | minbcoptguardsmoothness (minbcstate state, int level) |
| |
| static void | minbcoptguardsmoothness (minbcstate state, int level, alglib.xparams _params) |
| |
| static void | minbcoptguardsmoothness (minbcstate state) |
| |
| static void | minbcoptguardsmoothness (minbcstate state, alglib.xparams _params) |
| |
| static void | minbcoptguardresults (minbcstate state, out optguardreport rep) |
| |
| static void | minbcoptguardresults (minbcstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | minbcoptguardnonc1test0results (minbcstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep) |
| |
| static void | minbcoptguardnonc1test0results (minbcstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep, alglib.xparams _params) |
| |
| static void | minbcoptguardnonc1test1results (minbcstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep) |
| |
| static void | minbcoptguardnonc1test1results (minbcstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep, alglib.xparams _params) |
| |
| static void | minbcresults (minbcstate state, out double[] x, out minbcreport rep) |
| |
| static void | minbcresults (minbcstate state, out double[] x, out minbcreport rep, alglib.xparams _params) |
| |
| static void | minbcresultsbuf (minbcstate state, ref double[] x, minbcreport rep) |
| |
| static void | minbcresultsbuf (minbcstate state, ref double[] x, minbcreport rep, alglib.xparams _params) |
| |
| static void | minbcrestartfrom (minbcstate state, double[] x) |
| |
| static void | minbcrestartfrom (minbcstate state, double[] x, alglib.xparams _params) |
| |
| static void | minbcrequesttermination (minbcstate state) |
| |
| static void | minbcrequesttermination (minbcstate state, alglib.xparams _params) |
| |
| static void | minnscreate (int n, double[] x, out minnsstate state) |
| |
| static void | minnscreate (int n, double[] x, out minnsstate state, alglib.xparams _params) |
| |
| static void | minnscreate (double[] x, out minnsstate state) |
| |
| static void | minnscreate (double[] x, out minnsstate state, alglib.xparams _params) |
| |
| static void | minnscreatef (int n, double[] x, double diffstep, out minnsstate state) |
| |
| static void | minnscreatef (int n, double[] x, double diffstep, out minnsstate state, alglib.xparams _params) |
| |
| static void | minnscreatef (double[] x, double diffstep, out minnsstate state) |
| |
| static void | minnscreatef (double[] x, double diffstep, out minnsstate state, alglib.xparams _params) |
| |
| static void | minnssetbc (minnsstate state, double[] bndl, double[] bndu) |
| |
| static void | minnssetbc (minnsstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minnssetlc (minnsstate state, double[,] c, int[] ct, int k) |
| |
| static void | minnssetlc (minnsstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minnssetlc (minnsstate state, double[,] c, int[] ct) |
| |
| static void | minnssetlc (minnsstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | minnssetnlc (minnsstate state, int nlec, int nlic) |
| |
| static void | minnssetnlc (minnsstate state, int nlec, int nlic, alglib.xparams _params) |
| |
| static void | minnssetcond (minnsstate state, double epsx, int maxits) |
| |
| static void | minnssetcond (minnsstate state, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minnssetscale (minnsstate state, double[] s) |
| |
| static void | minnssetscale (minnsstate state, double[] s, alglib.xparams _params) |
| |
| static void | minnssetalgoags (minnsstate state, double radius, double penalty) |
| |
| static void | minnssetalgoags (minnsstate state, double radius, double penalty, alglib.xparams _params) |
| |
| static void | minnssetxrep (minnsstate state, bool needxrep) |
| |
| static void | minnssetxrep (minnsstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minnsrequesttermination (minnsstate state) |
| |
| static void | minnsrequesttermination (minnsstate state, alglib.xparams _params) |
| |
| static bool | minnsiteration (minnsstate state) |
| |
| static bool | minnsiteration (minnsstate state, alglib.xparams _params) |
| |
| static void | minnsoptimize (minnsstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj) |
| |
| static void | minnsoptimize (minnsstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minnsoptimize (minnsstate state, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | minnsoptimize (minnsstate state, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minnsresults (minnsstate state, out double[] x, out minnsreport rep) |
| |
| static void | minnsresults (minnsstate state, out double[] x, out minnsreport rep, alglib.xparams _params) |
| |
| static void | minnsresultsbuf (minnsstate state, ref double[] x, minnsreport rep) |
| |
| static void | minnsresultsbuf (minnsstate state, ref double[] x, minnsreport rep, alglib.xparams _params) |
| |
| static void | minnsrestartfrom (minnsstate state, double[] x) |
| |
| static void | minnsrestartfrom (minnsstate state, double[] x, alglib.xparams _params) |
| |
| static void | minlbfgssetdefaultpreconditioner (minlbfgsstate state) |
| |
| static void | minlbfgssetdefaultpreconditioner (minlbfgsstate state, alglib.xparams _params) |
| |
| static void | minlbfgssetcholeskypreconditioner (minlbfgsstate state, double[,] p, bool isupper) |
| |
| static void | minlbfgssetcholeskypreconditioner (minlbfgsstate state, double[,] p, bool isupper, alglib.xparams _params) |
| |
| static void | minbleicsetbarrierwidth (minbleicstate state, double mu) |
| |
| static void | minbleicsetbarrierwidth (minbleicstate state, double mu, alglib.xparams _params) |
| |
| static void | minbleicsetbarrierdecay (minbleicstate state, double mudecay) |
| |
| static void | minbleicsetbarrierdecay (minbleicstate state, double mudecay, alglib.xparams _params) |
| |
| static void | minasacreate (int n, double[] x, double[] bndl, double[] bndu, out minasastate state) |
| |
| static void | minasacreate (int n, double[] x, double[] bndl, double[] bndu, out minasastate state, alglib.xparams _params) |
| |
| static void | minasacreate (double[] x, double[] bndl, double[] bndu, out minasastate state) |
| |
| static void | minasacreate (double[] x, double[] bndl, double[] bndu, out minasastate state, alglib.xparams _params) |
| |
| static void | minasasetcond (minasastate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minasasetcond (minasastate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minasasetxrep (minasastate state, bool needxrep) |
| |
| static void | minasasetxrep (minasastate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minasasetalgorithm (minasastate state, int algotype) |
| |
| static void | minasasetalgorithm (minasastate state, int algotype, alglib.xparams _params) |
| |
| static void | minasasetstpmax (minasastate state, double stpmax) |
| |
| static void | minasasetstpmax (minasastate state, double stpmax, alglib.xparams _params) |
| |
| static bool | minasaiteration (minasastate state) |
| |
| static bool | minasaiteration (minasastate state, alglib.xparams _params) |
| |
| static void | minasaoptimize (minasastate state, ndimensional_grad grad, ndimensional_rep rep, object obj) |
| |
| static void | minasaoptimize (minasastate state, ndimensional_grad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minasaresults (minasastate state, out double[] x, out minasareport rep) |
| |
| static void | minasaresults (minasastate state, out double[] x, out minasareport rep, alglib.xparams _params) |
| |
| static void | minasaresultsbuf (minasastate state, ref double[] x, minasareport rep) |
| |
| static void | minasaresultsbuf (minasastate state, ref double[] x, minasareport rep, alglib.xparams _params) |
| |
| static void | minasarestartfrom (minasastate state, double[] x, double[] bndl, double[] bndu) |
| |
| static void | minasarestartfrom (minasastate state, double[] x, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | mincgcreate (int n, double[] x, out mincgstate state) |
| |
| static void | mincgcreate (int n, double[] x, out mincgstate state, alglib.xparams _params) |
| |
| static void | mincgcreate (double[] x, out mincgstate state) |
| |
| static void | mincgcreate (double[] x, out mincgstate state, alglib.xparams _params) |
| |
| static void | mincgcreatef (int n, double[] x, double diffstep, out mincgstate state) |
| |
| static void | mincgcreatef (int n, double[] x, double diffstep, out mincgstate state, alglib.xparams _params) |
| |
| static void | mincgcreatef (double[] x, double diffstep, out mincgstate state) |
| |
| static void | mincgcreatef (double[] x, double diffstep, out mincgstate state, alglib.xparams _params) |
| |
| static void | mincgsetcond (mincgstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | mincgsetcond (mincgstate state, double epsg, double epsf, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | mincgsetscale (mincgstate state, double[] s) |
| |
| static void | mincgsetscale (mincgstate state, double[] s, alglib.xparams _params) |
| |
| static void | mincgsetxrep (mincgstate state, bool needxrep) |
| |
| static void | mincgsetxrep (mincgstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | mincgsetcgtype (mincgstate state, int cgtype) |
| |
| static void | mincgsetcgtype (mincgstate state, int cgtype, alglib.xparams _params) |
| |
| static void | mincgsetstpmax (mincgstate state, double stpmax) |
| |
| static void | mincgsetstpmax (mincgstate state, double stpmax, alglib.xparams _params) |
| |
| static void | mincgsuggeststep (mincgstate state, double stp) |
| |
| static void | mincgsuggeststep (mincgstate state, double stp, alglib.xparams _params) |
| |
| static void | mincgsetprecdefault (mincgstate state) |
| |
| static void | mincgsetprecdefault (mincgstate state, alglib.xparams _params) |
| |
| static void | mincgsetprecdiag (mincgstate state, double[] d) |
| |
| static void | mincgsetprecdiag (mincgstate state, double[] d, alglib.xparams _params) |
| |
| static void | mincgsetprecscale (mincgstate state) |
| |
| static void | mincgsetprecscale (mincgstate state, alglib.xparams _params) |
| |
| static bool | mincgiteration (mincgstate state) |
| |
| static bool | mincgiteration (mincgstate state, alglib.xparams _params) |
| |
| static void | mincgoptimize (mincgstate state, ndimensional_func func, ndimensional_rep rep, object obj) |
| |
| static void | mincgoptimize (mincgstate state, ndimensional_func func, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | mincgoptimize (mincgstate state, ndimensional_grad grad, ndimensional_rep rep, object obj) |
| |
| static void | mincgoptimize (mincgstate state, ndimensional_grad grad, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | mincgoptguardgradient (mincgstate state, double teststep) |
| |
| static void | mincgoptguardgradient (mincgstate state, double teststep, alglib.xparams _params) |
| |
| static void | mincgoptguardsmoothness (mincgstate state, int level) |
| |
| static void | mincgoptguardsmoothness (mincgstate state, int level, alglib.xparams _params) |
| |
| static void | mincgoptguardsmoothness (mincgstate state) |
| |
| static void | mincgoptguardsmoothness (mincgstate state, alglib.xparams _params) |
| |
| static void | mincgoptguardresults (mincgstate state, out optguardreport rep) |
| |
| static void | mincgoptguardresults (mincgstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | mincgoptguardnonc1test0results (mincgstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep) |
| |
| static void | mincgoptguardnonc1test0results (mincgstate state, out optguardnonc1test0report strrep, out optguardnonc1test0report lngrep, alglib.xparams _params) |
| |
| static void | mincgoptguardnonc1test1results (mincgstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep) |
| |
| static void | mincgoptguardnonc1test1results (mincgstate state, out optguardnonc1test1report strrep, out optguardnonc1test1report lngrep, alglib.xparams _params) |
| |
| static void | mincgresults (mincgstate state, out double[] x, out mincgreport rep) |
| |
| static void | mincgresults (mincgstate state, out double[] x, out mincgreport rep, alglib.xparams _params) |
| |
| static void | mincgresultsbuf (mincgstate state, ref double[] x, mincgreport rep) |
| |
| static void | mincgresultsbuf (mincgstate state, ref double[] x, mincgreport rep, alglib.xparams _params) |
| |
| static void | mincgrestartfrom (mincgstate state, double[] x) |
| |
| static void | mincgrestartfrom (mincgstate state, double[] x, alglib.xparams _params) |
| |
| static void | mincgrequesttermination (mincgstate state) |
| |
| static void | mincgrequesttermination (mincgstate state, alglib.xparams _params) |
| |
| static void | minlmcreatevj (int n, int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatevj (int n, int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatevj (int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatevj (int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatev (int n, int m, double[] x, double diffstep, out minlmstate state) |
| |
| static void | minlmcreatev (int n, int m, double[] x, double diffstep, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatev (int m, double[] x, double diffstep, out minlmstate state) |
| |
| static void | minlmcreatev (int m, double[] x, double diffstep, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefgh (int n, double[] x, out minlmstate state) |
| |
| static void | minlmcreatefgh (int n, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefgh (double[] x, out minlmstate state) |
| |
| static void | minlmcreatefgh (double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmsetcond (minlmstate state, double epsx, int maxits) |
| |
| static void | minlmsetcond (minlmstate state, double epsx, int maxits, alglib.xparams _params) |
| |
| static void | minlmsetxrep (minlmstate state, bool needxrep) |
| |
| static void | minlmsetxrep (minlmstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | minlmsetstpmax (minlmstate state, double stpmax) |
| |
| static void | minlmsetstpmax (minlmstate state, double stpmax, alglib.xparams _params) |
| |
| static void | minlmsetscale (minlmstate state, double[] s) |
| |
| static void | minlmsetscale (minlmstate state, double[] s, alglib.xparams _params) |
| |
| static void | minlmsetbc (minlmstate state, double[] bndl, double[] bndu) |
| |
| static void | minlmsetbc (minlmstate state, double[] bndl, double[] bndu, alglib.xparams _params) |
| |
| static void | minlmsetlc (minlmstate state, double[,] c, int[] ct, int k) |
| |
| static void | minlmsetlc (minlmstate state, double[,] c, int[] ct, int k, alglib.xparams _params) |
| |
| static void | minlmsetlc (minlmstate state, double[,] c, int[] ct) |
| |
| static void | minlmsetlc (minlmstate state, double[,] c, int[] ct, alglib.xparams _params) |
| |
| static void | minlmsetacctype (minlmstate state, int acctype) |
| |
| static void | minlmsetacctype (minlmstate state, int acctype, alglib.xparams _params) |
| |
| static bool | minlmiteration (minlmstate state) |
| |
| static bool | minlmiteration (minlmstate state, alglib.xparams _params) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_fvec fvec, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_fvec fvec, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_fvec fvec, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_grad grad, ndimensional_hess hess, ndimensional_rep rep, object obj) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_grad grad, ndimensional_hess hess, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_grad grad, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | minlmoptimize (minlmstate state, ndimensional_func func, ndimensional_grad grad, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | minlmoptguardgradient (minlmstate state, double teststep) |
| |
| static void | minlmoptguardgradient (minlmstate state, double teststep, alglib.xparams _params) |
| |
| static void | minlmoptguardresults (minlmstate state, out optguardreport rep) |
| |
| static void | minlmoptguardresults (minlmstate state, out optguardreport rep, alglib.xparams _params) |
| |
| static void | minlmresults (minlmstate state, out double[] x, out minlmreport rep) |
| |
| static void | minlmresults (minlmstate state, out double[] x, out minlmreport rep, alglib.xparams _params) |
| |
| static void | minlmresultsbuf (minlmstate state, ref double[] x, minlmreport rep) |
| |
| static void | minlmresultsbuf (minlmstate state, ref double[] x, minlmreport rep, alglib.xparams _params) |
| |
| static void | minlmrestartfrom (minlmstate state, double[] x) |
| |
| static void | minlmrestartfrom (minlmstate state, double[] x, alglib.xparams _params) |
| |
| static void | minlmrequesttermination (minlmstate state) |
| |
| static void | minlmrequesttermination (minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatevgj (int n, int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatevgj (int n, int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatevgj (int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatevgj (int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefgj (int n, int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatefgj (int n, int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefgj (int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatefgj (int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefj (int n, int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatefj (int n, int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | minlmcreatefj (int m, double[] x, out minlmstate state) |
| |
| static void | minlmcreatefj (int m, double[] x, out minlmstate state, alglib.xparams _params) |
| |
| static void | rmatrixsolve (double[,] a, int n, double[] b, out int info, out densesolverreport rep, out double[] x) |
| |
| static void | rmatrixsolve (double[,] a, int n, double[] b, out int info, out densesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | rmatrixsolvefast (double[,] a, int n, ref double[] b, out int info) |
| |
| static void | rmatrixsolvefast (double[,] a, int n, ref double[] b, out int info, alglib.xparams _params) |
| |
| static void | rmatrixsolvem (double[,] a, int n, double[,] b, int m, bool rfs, out int info, out densesolverreport rep, out double[,] x) |
| |
| static void | rmatrixsolvem (double[,] a, int n, double[,] b, int m, bool rfs, out int info, out densesolverreport rep, out double[,] x, alglib.xparams _params) |
| |
| static void | rmatrixsolvemfast (double[,] a, int n, ref double[,] b, int m, out int info) |
| |
| static void | rmatrixsolvemfast (double[,] a, int n, ref double[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | rmatrixlusolve (double[,] lua, int[] p, int n, double[] b, out int info, out densesolverreport rep, out double[] x) |
| |
| static void | rmatrixlusolve (double[,] lua, int[] p, int n, double[] b, out int info, out densesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | rmatrixlusolvefast (double[,] lua, int[] p, int n, ref double[] b, out int info) |
| |
| static void | rmatrixlusolvefast (double[,] lua, int[] p, int n, ref double[] b, out int info, alglib.xparams _params) |
| |
| static void | rmatrixlusolvem (double[,] lua, int[] p, int n, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x) |
| |
| static void | rmatrixlusolvem (double[,] lua, int[] p, int n, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x, alglib.xparams _params) |
| |
| static void | rmatrixlusolvemfast (double[,] lua, int[] p, int n, ref double[,] b, int m, out int info) |
| |
| static void | rmatrixlusolvemfast (double[,] lua, int[] p, int n, ref double[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | rmatrixmixedsolve (double[,] a, double[,] lua, int[] p, int n, double[] b, out int info, out densesolverreport rep, out double[] x) |
| |
| static void | rmatrixmixedsolve (double[,] a, double[,] lua, int[] p, int n, double[] b, out int info, out densesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | rmatrixmixedsolvem (double[,] a, double[,] lua, int[] p, int n, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x) |
| |
| static void | rmatrixmixedsolvem (double[,] a, double[,] lua, int[] p, int n, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x, alglib.xparams _params) |
| |
| static void | cmatrixsolvem (complex[,] a, int n, complex[,] b, int m, bool rfs, out int info, out densesolverreport rep, out complex[,] x) |
| |
| static void | cmatrixsolvem (complex[,] a, int n, complex[,] b, int m, bool rfs, out int info, out densesolverreport rep, out complex[,] x, alglib.xparams _params) |
| |
| static void | cmatrixsolvemfast (complex[,] a, int n, ref complex[,] b, int m, out int info) |
| |
| static void | cmatrixsolvemfast (complex[,] a, int n, ref complex[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | cmatrixsolve (complex[,] a, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x) |
| |
| static void | cmatrixsolve (complex[,] a, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x, alglib.xparams _params) |
| |
| static void | cmatrixsolvefast (complex[,] a, int n, ref complex[] b, out int info) |
| |
| static void | cmatrixsolvefast (complex[,] a, int n, ref complex[] b, out int info, alglib.xparams _params) |
| |
| static void | cmatrixlusolvem (complex[,] lua, int[] p, int n, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x) |
| |
| static void | cmatrixlusolvem (complex[,] lua, int[] p, int n, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x, alglib.xparams _params) |
| |
| static void | cmatrixlusolvemfast (complex[,] lua, int[] p, int n, ref complex[,] b, int m, out int info) |
| |
| static void | cmatrixlusolvemfast (complex[,] lua, int[] p, int n, ref complex[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | cmatrixlusolve (complex[,] lua, int[] p, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x) |
| |
| static void | cmatrixlusolve (complex[,] lua, int[] p, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x, alglib.xparams _params) |
| |
| static void | cmatrixlusolvefast (complex[,] lua, int[] p, int n, ref complex[] b, out int info) |
| |
| static void | cmatrixlusolvefast (complex[,] lua, int[] p, int n, ref complex[] b, out int info, alglib.xparams _params) |
| |
| static void | cmatrixmixedsolvem (complex[,] a, complex[,] lua, int[] p, int n, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x) |
| |
| static void | cmatrixmixedsolvem (complex[,] a, complex[,] lua, int[] p, int n, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x, alglib.xparams _params) |
| |
| static void | cmatrixmixedsolve (complex[,] a, complex[,] lua, int[] p, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x) |
| |
| static void | cmatrixmixedsolve (complex[,] a, complex[,] lua, int[] p, int n, complex[] b, out int info, out densesolverreport rep, out complex[] x, alglib.xparams _params) |
| |
| static void | spdmatrixsolvem (double[,] a, int n, bool isupper, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x) |
| |
| static void | spdmatrixsolvem (double[,] a, int n, bool isupper, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x, alglib.xparams _params) |
| |
| static void | spdmatrixsolvemfast (double[,] a, int n, bool isupper, ref double[,] b, int m, out int info) |
| |
| static void | spdmatrixsolvemfast (double[,] a, int n, bool isupper, ref double[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | spdmatrixsolve (double[,] a, int n, bool isupper, double[] b, out int info, out densesolverreport rep, out double[] x) |
| |
| static void | spdmatrixsolve (double[,] a, int n, bool isupper, double[] b, out int info, out densesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | spdmatrixsolvefast (double[,] a, int n, bool isupper, ref double[] b, out int info) |
| |
| static void | spdmatrixsolvefast (double[,] a, int n, bool isupper, ref double[] b, out int info, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskysolvem (double[,] cha, int n, bool isupper, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x) |
| |
| static void | spdmatrixcholeskysolvem (double[,] cha, int n, bool isupper, double[,] b, int m, out int info, out densesolverreport rep, out double[,] x, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskysolvemfast (double[,] cha, int n, bool isupper, ref double[,] b, int m, out int info) |
| |
| static void | spdmatrixcholeskysolvemfast (double[,] cha, int n, bool isupper, ref double[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskysolve (double[,] cha, int n, bool isupper, double[] b, out int info, out densesolverreport rep, out double[] x) |
| |
| static void | spdmatrixcholeskysolve (double[,] cha, int n, bool isupper, double[] b, out int info, out densesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | spdmatrixcholeskysolvefast (double[,] cha, int n, bool isupper, ref double[] b, out int info) |
| |
| static void | spdmatrixcholeskysolvefast (double[,] cha, int n, bool isupper, ref double[] b, out int info, alglib.xparams _params) |
| |
| static void | hpdmatrixsolvem (complex[,] a, int n, bool isupper, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x) |
| |
| static void | hpdmatrixsolvem (complex[,] a, int n, bool isupper, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x, alglib.xparams _params) |
| |
| static void | hpdmatrixsolvemfast (complex[,] a, int n, bool isupper, ref complex[,] b, int m, out int info) |
| |
| static void | hpdmatrixsolvemfast (complex[,] a, int n, bool isupper, ref complex[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | hpdmatrixsolve (complex[,] a, int n, bool isupper, complex[] b, out int info, out densesolverreport rep, out complex[] x) |
| |
| static void | hpdmatrixsolve (complex[,] a, int n, bool isupper, complex[] b, out int info, out densesolverreport rep, out complex[] x, alglib.xparams _params) |
| |
| static void | hpdmatrixsolvefast (complex[,] a, int n, bool isupper, ref complex[] b, out int info) |
| |
| static void | hpdmatrixsolvefast (complex[,] a, int n, bool isupper, ref complex[] b, out int info, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskysolvem (complex[,] cha, int n, bool isupper, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x) |
| |
| static void | hpdmatrixcholeskysolvem (complex[,] cha, int n, bool isupper, complex[,] b, int m, out int info, out densesolverreport rep, out complex[,] x, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskysolvemfast (complex[,] cha, int n, bool isupper, ref complex[,] b, int m, out int info) |
| |
| static void | hpdmatrixcholeskysolvemfast (complex[,] cha, int n, bool isupper, ref complex[,] b, int m, out int info, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskysolve (complex[,] cha, int n, bool isupper, complex[] b, out int info, out densesolverreport rep, out complex[] x) |
| |
| static void | hpdmatrixcholeskysolve (complex[,] cha, int n, bool isupper, complex[] b, out int info, out densesolverreport rep, out complex[] x, alglib.xparams _params) |
| |
| static void | hpdmatrixcholeskysolvefast (complex[,] cha, int n, bool isupper, ref complex[] b, out int info) |
| |
| static void | hpdmatrixcholeskysolvefast (complex[,] cha, int n, bool isupper, ref complex[] b, out int info, alglib.xparams _params) |
| |
| static void | rmatrixsolvels (double[,] a, int nrows, int ncols, double[] b, double threshold, out int info, out densesolverlsreport rep, out double[] x) |
| |
| static void | rmatrixsolvels (double[,] a, int nrows, int ncols, double[] b, double threshold, out int info, out densesolverlsreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | linlsqrcreate (int m, int n, out linlsqrstate state) |
| |
| static void | linlsqrcreate (int m, int n, out linlsqrstate state, alglib.xparams _params) |
| |
| static void | linlsqrcreatebuf (int m, int n, linlsqrstate state) |
| |
| static void | linlsqrcreatebuf (int m, int n, linlsqrstate state, alglib.xparams _params) |
| |
| static void | linlsqrsetprecunit (linlsqrstate state) |
| |
| static void | linlsqrsetprecunit (linlsqrstate state, alglib.xparams _params) |
| |
| static void | linlsqrsetprecdiag (linlsqrstate state) |
| |
| static void | linlsqrsetprecdiag (linlsqrstate state, alglib.xparams _params) |
| |
| static void | linlsqrsetlambdai (linlsqrstate state, double lambdai) |
| |
| static void | linlsqrsetlambdai (linlsqrstate state, double lambdai, alglib.xparams _params) |
| |
| static void | linlsqrsolvesparse (linlsqrstate state, sparsematrix a, double[] b) |
| |
| static void | linlsqrsolvesparse (linlsqrstate state, sparsematrix a, double[] b, alglib.xparams _params) |
| |
| static void | linlsqrsetcond (linlsqrstate state, double epsa, double epsb, int maxits) |
| |
| static void | linlsqrsetcond (linlsqrstate state, double epsa, double epsb, int maxits, alglib.xparams _params) |
| |
| static void | linlsqrresults (linlsqrstate state, out double[] x, out linlsqrreport rep) |
| |
| static void | linlsqrresults (linlsqrstate state, out double[] x, out linlsqrreport rep, alglib.xparams _params) |
| |
| static void | linlsqrsetxrep (linlsqrstate state, bool needxrep) |
| |
| static void | linlsqrsetxrep (linlsqrstate state, bool needxrep, alglib.xparams _params) |
| |
| static int | linlsqrpeekiterationscount (linlsqrstate s) |
| |
| static int | linlsqrpeekiterationscount (linlsqrstate s, alglib.xparams _params) |
| |
| static void | linlsqrrequesttermination (linlsqrstate state) |
| |
| static void | linlsqrrequesttermination (linlsqrstate state, alglib.xparams _params) |
| |
| static void | polynomialsolve (double[] a, int n, out complex[] x, out polynomialsolverreport rep) |
| |
| static void | polynomialsolve (double[] a, int n, out complex[] x, out polynomialsolverreport rep, alglib.xparams _params) |
| |
| static void | nleqcreatelm (int n, int m, double[] x, out nleqstate state) |
| |
| static void | nleqcreatelm (int n, int m, double[] x, out nleqstate state, alglib.xparams _params) |
| |
| static void | nleqcreatelm (int m, double[] x, out nleqstate state) |
| |
| static void | nleqcreatelm (int m, double[] x, out nleqstate state, alglib.xparams _params) |
| |
| static void | nleqsetcond (nleqstate state, double epsf, int maxits) |
| |
| static void | nleqsetcond (nleqstate state, double epsf, int maxits, alglib.xparams _params) |
| |
| static void | nleqsetxrep (nleqstate state, bool needxrep) |
| |
| static void | nleqsetxrep (nleqstate state, bool needxrep, alglib.xparams _params) |
| |
| static void | nleqsetstpmax (nleqstate state, double stpmax) |
| |
| static void | nleqsetstpmax (nleqstate state, double stpmax, alglib.xparams _params) |
| |
| static bool | nleqiteration (nleqstate state) |
| |
| static bool | nleqiteration (nleqstate state, alglib.xparams _params) |
| |
| static void | nleqsolve (nleqstate state, ndimensional_func func, ndimensional_jac jac, ndimensional_rep rep, object obj) |
| |
| static void | nleqsolve (nleqstate state, ndimensional_func func, ndimensional_jac jac, ndimensional_rep rep, object obj, alglib.xparams _params) |
| |
| static void | nleqresults (nleqstate state, out double[] x, out nleqreport rep) |
| |
| static void | nleqresults (nleqstate state, out double[] x, out nleqreport rep, alglib.xparams _params) |
| |
| static void | nleqresultsbuf (nleqstate state, ref double[] x, nleqreport rep) |
| |
| static void | nleqresultsbuf (nleqstate state, ref double[] x, nleqreport rep, alglib.xparams _params) |
| |
| static void | nleqrestartfrom (nleqstate state, double[] x) |
| |
| static void | nleqrestartfrom (nleqstate state, double[] x, alglib.xparams _params) |
| |
| static void | sparsesolvesks (sparsematrix a, int n, bool isupper, double[] b, out sparsesolverreport rep, out double[] x) |
| |
| static void | sparsesolvesks (sparsematrix a, int n, bool isupper, double[] b, out sparsesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | sparsecholeskysolvesks (sparsematrix a, int n, bool isupper, double[] b, out sparsesolverreport rep, out double[] x) |
| |
| static void | sparsecholeskysolvesks (sparsematrix a, int n, bool isupper, double[] b, out sparsesolverreport rep, out double[] x, alglib.xparams _params) |
| |
| static void | sparsesolve (sparsematrix a, int n, double[] b, out double[] x, out sparsesolverreport rep) |
| |
| static void | sparsesolve (sparsematrix a, int n, double[] b, out double[] x, out sparsesolverreport rep, alglib.xparams _params) |
| |
| static void | sparselusolve (sparsematrix a, int[] p, int[] q, int n, double[] b, out double[] x, out sparsesolverreport rep) |
| |
| static void | sparselusolve (sparsematrix a, int[] p, int[] q, int n, double[] b, out double[] x, out sparsesolverreport rep, alglib.xparams _params) |
| |
| static void | lincgcreate (int n, out lincgstate state) |
| |
| static void | lincgcreate (int n, out lincgstate state, alglib.xparams _params) |
| |
| static void | lincgsetstartingpoint (lincgstate state, double[] x) |
| |
| static void | lincgsetstartingpoint (lincgstate state, double[] x, alglib.xparams _params) |
| |
| static void | lincgsetprecunit (lincgstate state) |
| |
| static void | lincgsetprecunit (lincgstate state, alglib.xparams _params) |
| |
| static void | lincgsetprecdiag (lincgstate state) |
| |
| static void | lincgsetprecdiag (lincgstate state, alglib.xparams _params) |
| |
| static void | lincgsetcond (lincgstate state, double epsf, int maxits) |
| |
| static void | lincgsetcond (lincgstate state, double epsf, int maxits, alglib.xparams _params) |
| |
| static void | lincgsolvesparse (lincgstate state, sparsematrix a, bool isupper, double[] b) |
| |
| static void | lincgsolvesparse (lincgstate state, sparsematrix a, bool isupper, double[] b, alglib.xparams _params) |
| |
| static void | lincgresults (lincgstate state, out double[] x, out lincgreport rep) |
| |
| static void | lincgresults (lincgstate state, out double[] x, out lincgreport rep, alglib.xparams _params) |
| |
| static void | lincgsetrestartfreq (lincgstate state, int srf) |
| |
| static void | lincgsetrestartfreq (lincgstate state, int srf, alglib.xparams _params) |
| |
| static void | lincgsetrupdatefreq (lincgstate state, int freq) |
| |
| static void | lincgsetrupdatefreq (lincgstate state, int freq, alglib.xparams _params) |
| |
| static void | lincgsetxrep (lincgstate state, bool needxrep) |
| |
| static void | lincgsetxrep (lincgstate state, bool needxrep, alglib.xparams _params) |
| |
| static double | gammafunction (double x) |
| |
| static double | gammafunction (double x, alglib.xparams _params) |
| |
| static double | lngamma (double x, out double sgngam) |
| |
| static double | lngamma (double x, out double sgngam, alglib.xparams _params) |
| |
| static double | errorfunction (double x) |
| |
| static double | errorfunction (double x, alglib.xparams _params) |
| |
| static double | errorfunctionc (double x) |
| |
| static double | errorfunctionc (double x, alglib.xparams _params) |
| |
| static double | normaldistribution (double x) |
| |
| static double | normaldistribution (double x, alglib.xparams _params) |
| |
| static double | normalpdf (double x) |
| |
| static double | normalpdf (double x, alglib.xparams _params) |
| |
| static double | normalcdf (double x) |
| |
| static double | normalcdf (double x, alglib.xparams _params) |
| |
| static double | inverf (double e) |
| |
| static double | inverf (double e, alglib.xparams _params) |
| |
| static double | invnormaldistribution (double y0) |
| |
| static double | invnormaldistribution (double y0, alglib.xparams _params) |
| |
| static double | invnormalcdf (double y0) |
| |
| static double | invnormalcdf (double y0, alglib.xparams _params) |
| |
| static double | bivariatenormalpdf (double x, double y, double rho) |
| |
| static double | bivariatenormalpdf (double x, double y, double rho, alglib.xparams _params) |
| |
| static double | bivariatenormalcdf (double x, double y, double rho) |
| |
| static double | bivariatenormalcdf (double x, double y, double rho, alglib.xparams _params) |
| |
| static double | incompletegamma (double a, double x) |
| |
| static double | incompletegamma (double a, double x, alglib.xparams _params) |
| |
| static double | incompletegammac (double a, double x) |
| |
| static double | incompletegammac (double a, double x, alglib.xparams _params) |
| |
| static double | invincompletegammac (double a, double y0) |
| |
| static double | invincompletegammac (double a, double y0, alglib.xparams _params) |
| |
| static double | ellipticintegralk (double m) |
| |
| static double | ellipticintegralk (double m, alglib.xparams _params) |
| |
| static double | ellipticintegralkhighprecision (double m1) |
| |
| static double | ellipticintegralkhighprecision (double m1, alglib.xparams _params) |
| |
| static double | incompleteellipticintegralk (double phi, double m) |
| |
| static double | incompleteellipticintegralk (double phi, double m, alglib.xparams _params) |
| |
| static double | ellipticintegrale (double m) |
| |
| static double | ellipticintegrale (double m, alglib.xparams _params) |
| |
| static double | incompleteellipticintegrale (double phi, double m) |
| |
| static double | incompleteellipticintegrale (double phi, double m, alglib.xparams _params) |
| |
| static double | hermitecalculate (int n, double x) |
| |
| static double | hermitecalculate (int n, double x, alglib.xparams _params) |
| |
| static double | hermitesum (double[] c, int n, double x) |
| |
| static double | hermitesum (double[] c, int n, double x, alglib.xparams _params) |
| |
| static void | hermitecoefficients (int n, out double[] c) |
| |
| static void | hermitecoefficients (int n, out double[] c, alglib.xparams _params) |
| |
| static double | dawsonintegral (double x) |
| |
| static double | dawsonintegral (double x, alglib.xparams _params) |
| |
| static void | sinecosineintegrals (double x, out double si, out double ci) |
| |
| static void | sinecosineintegrals (double x, out double si, out double ci, alglib.xparams _params) |
| |
| static void | hyperbolicsinecosineintegrals (double x, out double shi, out double chi) |
| |
| static void | hyperbolicsinecosineintegrals (double x, out double shi, out double chi, alglib.xparams _params) |
| |
| static double | poissondistribution (int k, double m) |
| |
| static double | poissondistribution (int k, double m, alglib.xparams _params) |
| |
| static double | poissoncdistribution (int k, double m) |
| |
| static double | poissoncdistribution (int k, double m, alglib.xparams _params) |
| |
| static double | invpoissondistribution (int k, double y) |
| |
| static double | invpoissondistribution (int k, double y, alglib.xparams _params) |
| |
| static double | besselj0 (double x) |
| |
| static double | besselj0 (double x, alglib.xparams _params) |
| |
| static double | besselj1 (double x) |
| |
| static double | besselj1 (double x, alglib.xparams _params) |
| |
| static double | besseljn (int n, double x) |
| |
| static double | besseljn (int n, double x, alglib.xparams _params) |
| |
| static double | bessely0 (double x) |
| |
| static double | bessely0 (double x, alglib.xparams _params) |
| |
| static double | bessely1 (double x) |
| |
| static double | bessely1 (double x, alglib.xparams _params) |
| |
| static double | besselyn (int n, double x) |
| |
| static double | besselyn (int n, double x, alglib.xparams _params) |
| |
| static double | besseli0 (double x) |
| |
| static double | besseli0 (double x, alglib.xparams _params) |
| |
| static double | besseli1 (double x) |
| |
| static double | besseli1 (double x, alglib.xparams _params) |
| |
| static double | besselk0 (double x) |
| |
| static double | besselk0 (double x, alglib.xparams _params) |
| |
| static double | besselk1 (double x) |
| |
| static double | besselk1 (double x, alglib.xparams _params) |
| |
| static double | besselkn (int nn, double x) |
| |
| static double | besselkn (int nn, double x, alglib.xparams _params) |
| |
| static double | incompletebeta (double a, double b, double x) |
| |
| static double | incompletebeta (double a, double b, double x, alglib.xparams _params) |
| |
| static double | invincompletebeta (double a, double b, double y) |
| |
| static double | invincompletebeta (double a, double b, double y, alglib.xparams _params) |
| |
| static double | fdistribution (int a, int b, double x) |
| |
| static double | fdistribution (int a, int b, double x, alglib.xparams _params) |
| |
| static double | fcdistribution (int a, int b, double x) |
| |
| static double | fcdistribution (int a, int b, double x, alglib.xparams _params) |
| |
| static double | invfdistribution (int a, int b, double y) |
| |
| static double | invfdistribution (int a, int b, double y, alglib.xparams _params) |
| |
| static void | fresnelintegral (double x, ref double c, ref double s) |
| |
| static void | fresnelintegral (double x, ref double c, ref double s, alglib.xparams _params) |
| |
| static void | jacobianellipticfunctions (double u, double m, out double sn, out double cn, out double dn, out double ph) |
| |
| static void | jacobianellipticfunctions (double u, double m, out double sn, out double cn, out double dn, out double ph, alglib.xparams _params) |
| |
| static double | psi (double x) |
| |
| static double | psi (double x, alglib.xparams _params) |
| |
| static double | exponentialintegralei (double x) |
| |
| static double | exponentialintegralei (double x, alglib.xparams _params) |
| |
| static double | exponentialintegralen (double x, int n) |
| |
| static double | exponentialintegralen (double x, int n, alglib.xparams _params) |
| |
| static double | laguerrecalculate (int n, double x) |
| |
| static double | laguerrecalculate (int n, double x, alglib.xparams _params) |
| |
| static double | laguerresum (double[] c, int n, double x) |
| |
| static double | laguerresum (double[] c, int n, double x, alglib.xparams _params) |
| |
| static void | laguerrecoefficients (int n, out double[] c) |
| |
| static void | laguerrecoefficients (int n, out double[] c, alglib.xparams _params) |
| |
| static double | chisquaredistribution (double v, double x) |
| |
| static double | chisquaredistribution (double v, double x, alglib.xparams _params) |
| |
| static double | chisquarecdistribution (double v, double x) |
| |
| static double | chisquarecdistribution (double v, double x, alglib.xparams _params) |
| |
| static double | invchisquaredistribution (double v, double y) |
| |
| static double | invchisquaredistribution (double v, double y, alglib.xparams _params) |
| |
| static double | legendrecalculate (int n, double x) |
| |
| static double | legendrecalculate (int n, double x, alglib.xparams _params) |
| |
| static double | legendresum (double[] c, int n, double x) |
| |
| static double | legendresum (double[] c, int n, double x, alglib.xparams _params) |
| |
| static void | legendrecoefficients (int n, out double[] c) |
| |
| static void | legendrecoefficients (int n, out double[] c, alglib.xparams _params) |
| |
| static double | beta (double a, double b) |
| |
| static double | beta (double a, double b, alglib.xparams _params) |
| |
| static double | chebyshevcalculate (int r, int n, double x) |
| |
| static double | chebyshevcalculate (int r, int n, double x, alglib.xparams _params) |
| |
| static double | chebyshevsum (double[] c, int r, int n, double x) |
| |
| static double | chebyshevsum (double[] c, int r, int n, double x, alglib.xparams _params) |
| |
| static void | chebyshevcoefficients (int n, out double[] c) |
| |
| static void | chebyshevcoefficients (int n, out double[] c, alglib.xparams _params) |
| |
| static void | fromchebyshev (double[] a, int n, out double[] b) |
| |
| static void | fromchebyshev (double[] a, int n, out double[] b, alglib.xparams _params) |
| |
| static double | studenttdistribution (int k, double t) |
| |
| static double | studenttdistribution (int k, double t, alglib.xparams _params) |
| |
| static double | invstudenttdistribution (int k, double p) |
| |
| static double | invstudenttdistribution (int k, double p, alglib.xparams _params) |
| |
| static double | binomialdistribution (int k, int n, double p) |
| |
| static double | binomialdistribution (int k, int n, double p, alglib.xparams _params) |
| |
| static double | binomialcdistribution (int k, int n, double p) |
| |
| static double | binomialcdistribution (int k, int n, double p, alglib.xparams _params) |
| |
| static double | invbinomialdistribution (int k, int n, double y) |
| |
| static double | invbinomialdistribution (int k, int n, double y, alglib.xparams _params) |
| |
| static void | airy (double x, out double ai, out double aip, out double bi, out double bip) |
| |
| static void | airy (double x, out double ai, out double aip, out double bi, out double bip, alglib.xparams _params) |
| |
| static void | samplemoments (double[] x, int n, out double mean, out double variance, out double skewness, out double kurtosis) |
| |
| static void | samplemoments (double[] x, int n, out double mean, out double variance, out double skewness, out double kurtosis, alglib.xparams _params) |
| |
| static void | samplemoments (double[] x, out double mean, out double variance, out double skewness, out double kurtosis) |
| |
| static void | samplemoments (double[] x, out double mean, out double variance, out double skewness, out double kurtosis, alglib.xparams _params) |
| |
| static double | samplemean (double[] x, int n) |
| |
| static double | samplemean (double[] x, int n, alglib.xparams _params) |
| |
| static double | samplemean (double[] x) |
| |
| static double | samplemean (double[] x, alglib.xparams _params) |
| |
| static double | samplevariance (double[] x, int n) |
| |
| static double | samplevariance (double[] x, int n, alglib.xparams _params) |
| |
| static double | samplevariance (double[] x) |
| |
| static double | samplevariance (double[] x, alglib.xparams _params) |
| |
| static double | sampleskewness (double[] x, int n) |
| |
| static double | sampleskewness (double[] x, int n, alglib.xparams _params) |
| |
| static double | sampleskewness (double[] x) |
| |
| static double | sampleskewness (double[] x, alglib.xparams _params) |
| |
| static double | samplekurtosis (double[] x, int n) |
| |
| static double | samplekurtosis (double[] x, int n, alglib.xparams _params) |
| |
| static double | samplekurtosis (double[] x) |
| |
| static double | samplekurtosis (double[] x, alglib.xparams _params) |
| |
| static void | sampleadev (double[] x, int n, out double adev) |
| |
| static void | sampleadev (double[] x, int n, out double adev, alglib.xparams _params) |
| |
| static void | sampleadev (double[] x, out double adev) |
| |
| static void | sampleadev (double[] x, out double adev, alglib.xparams _params) |
| |
| static void | samplemedian (double[] x, int n, out double median) |
| |
| static void | samplemedian (double[] x, int n, out double median, alglib.xparams _params) |
| |
| static void | samplemedian (double[] x, out double median) |
| |
| static void | samplemedian (double[] x, out double median, alglib.xparams _params) |
| |
| static void | samplepercentile (double[] x, int n, double p, out double v) |
| |
| static void | samplepercentile (double[] x, int n, double p, out double v, alglib.xparams _params) |
| |
| static void | samplepercentile (double[] x, double p, out double v) |
| |
| static void | samplepercentile (double[] x, double p, out double v, alglib.xparams _params) |
| |
| static double | cov2 (double[] x, double[] y, int n) |
| |
| static double | cov2 (double[] x, double[] y, int n, alglib.xparams _params) |
| |
| static double | cov2 (double[] x, double[] y) |
| |
| static double | cov2 (double[] x, double[] y, alglib.xparams _params) |
| |
| static double | pearsoncorr2 (double[] x, double[] y, int n) |
| |
| static double | pearsoncorr2 (double[] x, double[] y, int n, alglib.xparams _params) |
| |
| static double | pearsoncorr2 (double[] x, double[] y) |
| |
| static double | pearsoncorr2 (double[] x, double[] y, alglib.xparams _params) |
| |
| static double | spearmancorr2 (double[] x, double[] y, int n) |
| |
| static double | spearmancorr2 (double[] x, double[] y, int n, alglib.xparams _params) |
| |
| static double | spearmancorr2 (double[] x, double[] y) |
| |
| static double | spearmancorr2 (double[] x, double[] y, alglib.xparams _params) |
| |
| static void | covm (double[,] x, int n, int m, out double[,] c) |
| |
| static void | covm (double[,] x, int n, int m, out double[,] c, alglib.xparams _params) |
| |
| static void | covm (double[,] x, out double[,] c) |
| |
| static void | covm (double[,] x, out double[,] c, alglib.xparams _params) |
| |
| static void | pearsoncorrm (double[,] x, int n, int m, out double[,] c) |
| |
| static void | pearsoncorrm (double[,] x, int n, int m, out double[,] c, alglib.xparams _params) |
| |
| static void | pearsoncorrm (double[,] x, out double[,] c) |
| |
| static void | pearsoncorrm (double[,] x, out double[,] c, alglib.xparams _params) |
| |
| static void | spearmancorrm (double[,] x, int n, int m, out double[,] c) |
| |
| static void | spearmancorrm (double[,] x, int n, int m, out double[,] c, alglib.xparams _params) |
| |
| static void | spearmancorrm (double[,] x, out double[,] c) |
| |
| static void | spearmancorrm (double[,] x, out double[,] c, alglib.xparams _params) |
| |
| static void | covm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c) |
| |
| static void | covm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c, alglib.xparams _params) |
| |
| static void | covm2 (double[,] x, double[,] y, out double[,] c) |
| |
| static void | covm2 (double[,] x, double[,] y, out double[,] c, alglib.xparams _params) |
| |
| static void | pearsoncorrm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c) |
| |
| static void | pearsoncorrm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c, alglib.xparams _params) |
| |
| static void | pearsoncorrm2 (double[,] x, double[,] y, out double[,] c) |
| |
| static void | pearsoncorrm2 (double[,] x, double[,] y, out double[,] c, alglib.xparams _params) |
| |
| static void | spearmancorrm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c) |
| |
| static void | spearmancorrm2 (double[,] x, double[,] y, int n, int m1, int m2, out double[,] c, alglib.xparams _params) |
| |
| static void | spearmancorrm2 (double[,] x, double[,] y, out double[,] c) |
| |
| static void | spearmancorrm2 (double[,] x, double[,] y, out double[,] c, alglib.xparams _params) |
| |
| static void | rankdata (ref double[,] xy, int npoints, int nfeatures) |
| |
| static void | rankdata (ref double[,] xy, int npoints, int nfeatures, alglib.xparams _params) |
| |
| static void | rankdata (ref double[,] xy) |
| |
| static void | rankdata (ref double[,] xy, alglib.xparams _params) |
| |
| static void | rankdatacentered (ref double[,] xy, int npoints, int nfeatures) |
| |
| static void | rankdatacentered (ref double[,] xy, int npoints, int nfeatures, alglib.xparams _params) |
| |
| static void | rankdatacentered (ref double[,] xy) |
| |
| static void | rankdatacentered (ref double[,] xy, alglib.xparams _params) |
| |
| static double | pearsoncorrelation (double[] x, double[] y, int n) |
| |
| static double | pearsoncorrelation (double[] x, double[] y, int n, alglib.xparams _params) |
| |
| static double | spearmanrankcorrelation (double[] x, double[] y, int n) |
| |
| static double | spearmanrankcorrelation (double[] x, double[] y, int n, alglib.xparams _params) |
| |
| static void | wilcoxonsignedranktest (double[] x, int n, double e, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | wilcoxonsignedranktest (double[] x, int n, double e, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | onesamplesigntest (double[] x, int n, double median, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | onesamplesigntest (double[] x, int n, double median, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | pearsoncorrelationsignificance (double r, int n, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | pearsoncorrelationsignificance (double r, int n, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | spearmanrankcorrelationsignificance (double r, int n, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | spearmanrankcorrelationsignificance (double r, int n, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | studentttest1 (double[] x, int n, double mean, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | studentttest1 (double[] x, int n, double mean, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | studentttest2 (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | studentttest2 (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | unequalvariancettest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | unequalvariancettest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | mannwhitneyutest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | mannwhitneyutest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | jarqueberatest (double[] x, int n, out double p) |
| |
| static void | jarqueberatest (double[] x, int n, out double p, alglib.xparams _params) |
| |
| static void | ftest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | ftest (double[] x, int n, double[] y, int m, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |
| static void | onesamplevariancetest (double[] x, int n, double variance, out double bothtails, out double lefttail, out double righttail) |
| |
| static void | onesamplevariancetest (double[] x, int n, double variance, out double bothtails, out double lefttail, out double righttail, alglib.xparams _params) |
| |